Code Review Graph + Docs + Config

This commit is contained in:
2026-08-10 15:15:19 +02:00
parent 603c2b332c
commit ee063aa460
26 changed files with 10420 additions and 3 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"permissions": {
"allow": [
"Bash",
"Write",
"WebFetch",
"WebSearch",
"Edit"
]
},
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write|Bash",
"hooks": [
{
"type": "command",
"command": "code-review-graph update --skip-flows",
"timeout": 30
}
]
}
],
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "code-review-graph status",
"timeout": 10
}
]
}
]
}
}