{ "hooks": { "PreToolUse": [ { "matcher": "Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": "bash .claude/hooks/pre-write-guard-no-table.sh", "timeout": 5 }, { "type": "command", "command": "bash .claude/hooks/sdd-guard.sh", "timeout": 5 } ] }, { "matcher": "Bash", "hooks": [ { "type": "command", "command": "bash .claude/hooks/pre-bash-guard-no-table.sh", "timeout": 5 } ] }, { "matcher": "Grep|Glob|Read|Bash", "hooks": [ { "type": "command", "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/wiki-first-search.sh" } ] }, { "matcher": "Task", "hooks": [ { "type": "command", "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/subagent-wiki-guard.sh" } ] } ] } }