Files
2026-07-13 12:11:34 +08:00

16 lines
291 B
JSON

{
"description": "Ralph Loop plugin stop hook for self-referential loops",
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.sh\""
}
]
}
]
}
}