| name | cancel-ralph |
| description | Cancel active Ralph Wiggum loop |
| disable-model-invocation | true |
Cancel Ralph
To 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:
- 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