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:
Noah Zweben MacBook
2026-01-06 15:55:24 -08:00
parent 6703e9f512
commit 465d83de0c
14 changed files with 31 additions and 31 deletions

View File

@@ -120,7 +120,7 @@ Use this workflow for structured, high-quality plugin development from concept t
- YAML frontmatter + markdown body structure
- Parsing techniques for bash scripts (sed, awk, grep patterns)
- Temporarily active hooks (flag files and quick-exit)
- Real-world examples from multi-agent-swarm and ralph-wiggum plugins
- Real-world examples from multi-agent-swarm and ralph-loop plugins
- Atomic file updates and validation
- Gitignore and lifecycle management