{ "hooks": { "PreToolUse": [ { "matcher": "Edit|Write", "hooks": [ { "type": "command", "command": "bash .claude/hooks/protect-system-files.sh" } ] } ], "PostToolUse": [ { "matcher": "Write", "hooks": [ { "type": "command", "command": "bash .claude/hooks/validate-frontmatter.sh" } ] } ], "Notification": [ { "matcher": "", "hooks": [ { "type": "command", "command": "bash .claude/hooks/notify.sh" } ] } ] } }