mirror of
https://github.com/lucas-labs/claude-plugins.git
synced 2026-05-11 09:05:43 -03:00
745 B
745 B
| description | allowed-tools | hide-from-slash-command-tool | |||
|---|---|---|---|---|---|
| Cancel active Ralph Wiggum loop |
|
true |
Cancel Ralph
To cancel the Ralph loop:
-
Check if
.claude/ralph-loop.local.mdexists 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.mdto get the current iteration number from theiteration: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
- Read