Browse Source

fix(ralph-wiggum): add :* to allowed-tools pattern to permit arguments

The allowed-tools pattern was missing :* suffix, causing permission check
failures when arguments were passed to the setup script via ```! block.

Fixes anthropics/claude-code#16398
Anthony Morris 8 months ago
parent
commit
fbbbb3c138
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/ralph-wiggum/commands/ralph-loop.md

+ 1 - 1
plugins/ralph-wiggum/commands/ralph-loop.md

@@ -1,7 +1,7 @@
 ---
 description: "Start Ralph Wiggum loop in current session"
 argument-hint: "PROMPT [--max-iterations N] [--completion-promise TEXT]"
-allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh)"]
+allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh:*)"]
 hide-from-slash-command-tool: "true"
 ---