31 lines
618 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|