Files
gh-anthropics-claude-code-p…/hooks/hooks.json
2025-11-29 17:56:04 +08:00

16 lines
284 B
JSON

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