Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@ jobs:

# Allow Claude to use Go tooling (git and gh commands are pre-approved)
# See https://docs.claude.com/en/docs/claude-code/cli-reference for available options
claude_args: '--allowedTools "Bash(go:*)"'
# WebSearch and WebFetch are enabled to allow Claude to research documentation and best practices
claude_args: |
--allowedTools "Bash(go:*)"
--allowedTools "WebSearch,WebFetch"