{ "hooks": { "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/pre-install-scan.sh\"", "timeout": 10 }, { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/worktree-guard.sh\"", "timeout": 10 } ] } ], "PostToolUse": [ { "matcher": "Write|Edit", "hooks": [ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/manifest-dep-scan.sh\"", "timeout": 10 } ] } ], "SessionStart": [ { "hooks": [ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/session-start-unicode-scan.sh\"", "timeout": 30 } ] } ], "ConfigChange": [ { "hooks": [ { "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/config-change-guard.sh\"", "timeout": 10 } ] } ] } }