Cancel active Ralph Loop
Cancels an active Ralph loop and reports the iteration at which it was stopped.
/plugin marketplace add dot-do/workers/plugin install ralph-loop@workers-do-marketplaceTo 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