diff --git a/plugins/ralph-wiggum/commands/help.md b/plugins/ralph-wiggum/commands/help.md index 78a5045c0e..be3467fc24 100644 --- a/plugins/ralph-wiggum/commands/help.md +++ b/plugins/ralph-wiggum/commands/help.md @@ -46,7 +46,7 @@ Start a Ralph loop in your current session. - `--completion-promise ` - 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 @@ -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 ---