mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-02-01 08:13:36 +00:00
Rename plugin from "ralph-wiggum" to "ralph-loop"
Update all internal references to use "Ralph Loop" as the prominent name Keep explanatory text noting it "implements the Ralph Wiggum technique" Rename plugin directory from plugins/ralph-wiggum to plugins/ralph-loop Update marketplace.json with new plugin name and source path Update plugin-dev documentation references
This commit is contained in:
15
plugins/ralph-loop/hooks/hooks.json
Normal file
15
plugins/ralph-loop/hooks/hooks.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"description": "Ralph Loop plugin stop hook for self-referential loops",
|
||||
"hooks": {
|
||||
"Stop": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user