Skip to content

Commit e911fd6

Browse files
lklimekclaude
andcommitted
ci: tighten git to explicit subcommands, add missing shell utils
Restore explicit git subcommand list (diff, log, fetch, branch, rev-parse, show, pull, checkout) instead of wildcard. Add shell utilities (echo, ls, grep, mkdir, mktemp, pwd) that Claude needs for skill script execution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c4906ec commit e911fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
--agent claudius:claudius
7575
--model ${{ env.CLAUDE_MODEL }}
7676
--max-turns 30
77-
--allowedTools "mcp__*,Read,Write,Edit,Glob,Grep,Agent,Skill,Task,TaskCreate,TaskUpdate,TaskList,TaskGet,TaskOutput,SendMessage,Bash(gh pr *),Bash(gh api *),Bash(git *),Bash(cat *),Bash(python3 *),Bash(bash *),Bash(echo *),Bash(ls *),Bash(grep *),Bash(mkdir *),Bash(mktemp *),Bash(pwd *)"
77+
--allowedTools "mcp__*,Read,Write,Edit,Glob,Grep,Agent,Skill,Task,TaskCreate,TaskUpdate,TaskList,TaskGet,TaskOutput,SendMessage,Bash(gh pr *),Bash(gh api *),Bash(git diff *),Bash(git log *),Bash(git fetch *),Bash(git branch *),Bash(git rev-parse *),Bash(git show *),Bash(git pull *),Bash(git checkout *),Bash(cat *),Bash(python3 *),Bash(bash *),Bash(echo *),Bash(ls *),Bash(grep *),Bash(mkdir *),Bash(mktemp *),Bash(pwd *)"
7878
7979
- name: Remove claudius-review label
8080
if: success()

0 commit comments

Comments
 (0)