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