{ "_comment": "Merge these entries into your ~/.claude/settings.json under the matching keys. If you already have PostToolUse/PreToolUse arrays, append the objects below to them instead of overwriting.", "hooks": { "PostToolUse": [ { "matcher": "Write|Edit", "hooks": [ { "type": "command", "command": "~/.claude/hooks/assemble-agents.sh" } ] } ], "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "~/.claude/hooks/assemble-validate.sh" } ] }, { "matcher": "Edit|Write", "hooks": [ { "type": "command", "command": "~/.claude/hooks/no-hand-edit-agents.sh" } ] } ] } }