Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/ralph-wiggum/commands/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Start a Ralph loop in your current session.
- `--completion-promise <text>` - Promise phrase to signal completion

**How it works:**
1. Creates `.claude/.ralph-loop.local.md` state file
1. Creates `.claude/ralph-loop.local.md` state file
2. You work on the task
3. When you try to exit, stop hook intercepts
4. Same prompt fed back
Expand All @@ -66,7 +66,7 @@ Cancel an active Ralph loop (removes the loop state file).

**How it works:**
- Checks for active loop state file
- Removes `.claude/.ralph-loop.local.md`
- Removes `.claude/ralph-loop.local.md`
- Reports cancellation with iteration count

---
Expand Down