Files
2026-07-30 15:24:02 +02:00

31 lines
618 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash .gemini/hooks/crg-session-start.sh",
"name": "code-review-graph status",
"timeout": 10000
}
]
}
],
"AfterTool": [
{
"matcher": "write_file|replace",
"hooks": [
{
"type": "command",
"command": "bash .gemini/hooks/crg-update.sh",
"name": "code-review-graph update",
"timeout": 30000
}
]
}
]
}
}