Claude Code errors / Config
[DEBUG] Found 0 hook matchers in settings
Cause
An extra 'hooks' wrapper object inside each event array makes the hook parser find no valid matchers and silently skip all hook execution.
Fix
Open ~/.claude/settings.json and remove the intermediate {"hooks": [...]} wrapper. Each event key should map directly to an array of hook objects. Run /hooks inside Claude Code to verify hooks are now listed.
Part of the Automation Error Index — Claude Code errors: browse all.
Hitting an automation error we have not covered?
AutomateLab builds and debugs n8n, Make, and agent workflows as fixed-scope projects. If something is broken in production, tell us what you are seeing.
Describe the problem