Claude Code errors / Config

[DEBUG] Found 0 hook matchers in settings

platform: Claude Code / category: Config

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.

Source thread →

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