Commit 5959673
fix: expand allowed Bash commands for git operations
Added Bash access for:
- gh:* (all GitHub CLI commands, not just pr)
- ls:* (for directory navigation)
- cat:* (for viewing files)
- cd:* (for changing directories)
This allows Claude to:
- Run git commit and git push to apply fixes
- Navigate the repository structure
- View file contents when needed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Lars Trieloff <[email protected]>1 parent 7d133e3 commit 5959673
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments