settings.json 472 B

123456789101112131415
  1. {
  2. "hooks": {
  3. "PreToolUse": [
  4. {
  5. "matcher": "Glob|Grep",
  6. "hooks": [
  7. {
  8. "type": "command",
  9. "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"
  10. }
  11. ]
  12. }
  13. ]
  14. }
  15. }