Skip to content

Comments

Fix ralph-wiggum bash command permission check error#117

Open
mikeendale wants to merge 2 commits intoanthropics:mainfrom
mikeendale:fix/ralph-wiggum-permission-error
Open

Fix ralph-wiggum bash command permission check error#117
mikeendale wants to merge 2 commits intoanthropics:mainfrom
mikeendale:fix/ralph-wiggum-permission-error

Conversation

@mikeendale
Copy link

@mikeendale mikeendale commented Jan 5, 2026

Summary

Fixes the "Bash command permission check failed" error when running /ralph-wiggum:ralph-loop.

Changes

Changed the bash command syntax in plugins/ralph-wiggum/commands/ralph-loop.md from a fenced code block with ! marker to an inline code block.

Before:

```!
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh" $ARGUMENTS
```

After:

`"${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh" $ARGUMENTS`

Test plan

  • Run /ralph-loop "test task" and verify no permission error occurs
  • Verify the setup script executes correctly

Change fenced code block with ! marker to inline code block to resolve
"Bash command permission check failed" error when running /ralph-loop.
@mikeendale mikeendale marked this pull request as draft January 5, 2026 18:41
@mikeendale mikeendale marked this pull request as ready for review January 5, 2026 18:45
@lihaoze123
Copy link

This really solved the problem I've been having.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants