mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-29 08:42:47 +00:00
16 lines
284 B
JSON
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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|