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

16 lines
284 B
JSON
Raw Normal View History

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