{ "hooks": { "PreToolUse": [ { "matcher": "Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": "bash .claude/hooks/pre-write-guard-no-table.sh", "timeout": 5 } ] }, { "matcher": "Bash", "hooks": [ { "type": "command", "command": "bash .claude/hooks/pre-bash-guard-no-table.sh", "timeout": 5 } ] } ] } }