{ "_comment": "Merge these four hook entries into your ~/.claude/settings.json under the existing 'hooks' key. Preserve any existing hooks you have — ADAM's entries are additive.", "hooks": { "UserPromptSubmit": [ { "matcher": "", "hooks": [ { "type": "command", "command": "node \"$HOME/.claude/hooks/adam-observe.mjs\"" } ] } ], "PreToolUse": [ { "matcher": "Skill|Agent", "hooks": [ { "type": "command", "command": "node \"$HOME/.claude/hooks/adam-observe.mjs\"" } ] } ], "PostToolUse": [ { "matcher": "", "hooks": [ { "type": "command", "command": "node \"$HOME/.claude/hooks/adam-observe.mjs\"" } ] } ], "SessionStart": [ { "hooks": [ { "type": "command", "command": "node \"$HOME/.claude/hooks/adam-nudge.mjs\"" } ] } ] } }