Cancel active Ralph Loop
Cancels an active Ralph loop and reports the iteration at which it was stopped.
/plugin marketplace add anthropics/claude-plugins-official/plugin install ralph-loop@claude-plugins-officialTo 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