Cancel active Ralph Wiggum loop
Cancels active Ralph Wiggum loops by removing the loop tracking file.
/plugin marketplace add MaouStan/ralph-local/plugin install ralph-local@ralph-localCheck if a Ralph loop is active and cancel it.
Run this bash command:
test -f .claude/ralph-loop.local.md && grep '^iteration:' .claude/ralph-loop.local.md | head -1 || echo "NO_LOOP"
If output is "NO_LOOP": Say "No active Ralph loop found."
If output shows "iteration: N":
rm .claude/ralph-loop.local.md/cancel-ralphCancel active Ralph Wiggum loop