mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-02-02 20:43:37 +00:00
745 B
745 B
description, allowed-tools, hide-from-slash-command-tool
| 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