{ "hooks": { "SessionStart": [ { "matcher": "startup|resume|clear", "hooks": [ { "type": "command", "command": "bash .claude/hooks/session-start-load-sdd.sh", "timeout": 5 } ] } ], "PreToolUse": [ { "matcher": "Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": "bash .claude/hooks/pre-write-guard.sh", "timeout": 5 } ] }, { "matcher": "Bash", "hooks": [ { "type": "command", "command": "bash .claude/hooks/pre-bash-guard.sh", "timeout": 5 } ] } ], "PostToolUse": [ { "matcher": "Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": "bash .claude/hooks/post-edit-remind-tasks.sh", "timeout": 5 } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "bash .claude/hooks/stop-check-sync.sh", "timeout": 5 } ] } ] } }