Skip to content

Commit eaf4282

Browse files
authored
Merge pull request #15 from redis-developer/abrookins-patch-2
Update claude.yml
2 parents fa53c81 + 1bd606c commit eaf4282

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,4 @@ jobs:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3737

3838
# Define which tools Claude can use
39-
allowed_tools: |
40-
Bash(git status)
41-
Bash(git log)
42-
Bash(git show)
43-
Bash(git blame)
44-
Bash(git reflog)
45-
Bash(git stash list)
46-
Bash(git ls-files)
47-
Bash(git branch)
48-
Bash(git tag)
49-
Bash(git diff)
50-
Bash(uv:*)
51-
Bash(uv run:*)(
52-
Bash(cd:*)
53-
Bash(grep:*)
54-
Bash(ls:*)
55-
Bash(python -m pytest)
56-
Bash
57-
View
58-
GlobTool
59-
GrepTool
60-
BatchTool
39+
allowed_tools: "Bash,Bash(python:*),Bash(ruff:*),Bash(uv:*),Bash(pip:*),Bash(pytest:*),Bash(git status),Bash(git log),Bash(git show),Bash(git blame),Bash(git reflog),Bash(git stash list),Bash(git ls-files),Bash(git branch),Bash(git tag),Bash(git diff),Bash(make:*),Bash(pytest:*),Bash(cd:*),Bash(ls:*),Bash(make),Bash(make:*),View,GlobTool,GrepTool,BatchTool,Bash(cd /home/runner/work/agent-memory-server/agent-memory-server && ruff check),Bash(cd /home/runner/work/agent-memory-server/agent-memory-server && pytest*)"

0 commit comments

Comments
 (0)