| 123456789101112131415 |
- {
- "hooks": {
- "PreToolUse": [
- {
- "matcher": "Glob|Grep",
- "hooks": [
- {
- "type": "command",
- "command": "[ -f graphify-out/graph.json ] && echo '{\"hookSpecificOutput\":{\"hookEventName\":\"PreToolUse\",\"additionalContext\":\"graphify: Knowledge graph exists. Read graphify-out/GRAPH_REPORT.md for god nodes and community structure before searching raw files.\"}}' || true"
- }
- ]
- }
- ]
- }
- }
|