{ "description": "do loop hooks for 5-phase workflow", "hooks": { "Stop": [ { "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.py" } ] } ], "SubagentStop": [ { "matcher": "code-reviewer", "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/verify-loop.py" } ] } ] } }