{ "hooks": { "PostToolUse": [ { "matcher": "Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/code-quality-reporter.py", "description": "Report code quality metrics" }, { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/universal-linter.py", "description": "Universal code linting" } ] } ], "SessionStart": [ { "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/pnpm-enforcer.py", "description": "Enforce pnpm usage" } ] } ] } }