Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .mcp.json

This file was deleted.

10 changes: 4 additions & 6 deletions hooks/hooks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_comment": "PostEdit and PostGit are custom Claude Code hook events (confirmed working as of v1.6.4).",
"_comment": "Auto-update knowledge graph after file edits and git commits via PostToolUse hooks.",
"hooks": {
"SessionStart": [
{
Expand All @@ -11,7 +11,7 @@
]
}
],
"PostEdit": [
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
Expand All @@ -20,11 +20,9 @@
"command": "code-review-graph update 2>/dev/null || true"
}
]
}
],
"PostGit": [
},
{
"matcher": "commit",
"matcher": "Bash",
"hooks": [
{
"type": "command",
Expand Down