cmd-cancel-ralph · git:20260610.c645100 · 2026-06-10 · sha256 5da8faaae0a64fc5
cmd-cancel-ralph git:20260610.c645100A
Immutable. This exact content is served forever at /api/v1/blob/5da8faaae0a64fc5.
--- description: Cancel active Ralph Wiggum loop alwaysApply: true --- # Cancel Ralph To cancel the Ralph loop: 1. Check if `.claude/ralph-loop.local.md` exists using Bash: `test -f .claude/ralph-loop.local.md && echo "EXISTS" || echo "NOT_FOUND"` 2. **If NOT_FOUND**: Say "No active Ralph loop found." 3. **If EXISTS**: - Read `.claude/ralph-loop.local.md` to get the current iteration number from the `iteration:` field - Remove the file using Bash: `rm .claude/ralph-loop.local.md` - Report: "Cancelled Ralph loop (was at iteration N)" where N is the iteration value