Files
claude-plugins-official/plugins/ralph-loop/hooks/hooks.json

16 lines
291 B
JSON
Raw Normal View History

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