Cancel active Ralph Wiggum loop
Terminates an active Ralph Wiggum loop and removes its tracking file.
/plugin marketplace add michelabboud/claude-code/plugin install ralph-wiggum@claude-code-pluginsTo cancel the Ralph loop:
Check if .claude/ralph-loop.local.md exists using Bash: test -f .claude/ralph-loop.local.md && echo "EXISTS" || echo "NOT_FOUND"
If NOT_FOUND: Say "No active Ralph loop found."
If EXISTS:
.claude/ralph-loop.local.md to get the current iteration number from the iteration: fieldrm .claude/ralph-loop.local.md/cancel-ralphCancel active Ralph Wiggum loop