fix for o2switch

This commit is contained in:
2026-07-30 15:24:02 +02:00
parent 1e28f9837a
commit 8fcf49a7f0
39 changed files with 1719 additions and 3 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"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
}
]
}
]
}
}