From cf4a10e47ebee051848a4977d21da7e60200d7f2 Mon Sep 17 00:00:00 2001 From: Ian Hunter Date: Wed, 7 Jan 2026 09:44:44 -0600 Subject: [PATCH] Fix: This command uses shell operators that require approval for safety --- plugins/ralph-wiggum/commands/ralph-loop.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/ralph-wiggum/commands/ralph-loop.md b/plugins/ralph-wiggum/commands/ralph-loop.md index 3b4dbcb62a..e075709584 100644 --- a/plugins/ralph-wiggum/commands/ralph-loop.md +++ b/plugins/ralph-wiggum/commands/ralph-loop.md @@ -9,9 +9,7 @@ hide-from-slash-command-tool: "true" Execute the setup script to initialize the Ralph loop: -```! -"${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh" $ARGUMENTS -``` +Bash("${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh" $ARGUMENTS) Please work on the task. When you try to exit, the Ralph loop will feed the SAME PROMPT back to you for the next iteration. You'll see your previous work in files and git history, allowing you to iterate and improve.