Skip to content

Commit e6170ec

Browse files
AnnatarHeclaude
andcommitted
Add Claude Code configuration and update GitHub Actions permissions
- Add .claude/settings.json with permissions for web fetching and bash commands - Update claude.yml workflow to allow npm, go, and git commands for better CI integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e2d0793 commit e6170ec

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"WebFetch(domain:annatarhe.com)",
5+
"Bash(find:*)",
6+
"Bash(grep:*)",
7+
"Bash(rg:*)",
8+
"Bash(ls:*)",
9+
"Bash(npx eslint:*)",
10+
"Bash(gh pr create:*)"
11+
],
12+
"deny": []
13+
}
14+
}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# assignee_trigger: "claude-bot"
5151

5252
# Optional: Allow Claude to run specific commands
53-
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
53+
allowed_tools: "Bash(npm:*),Bash(go:*),Bash(git:*)"
5454

5555
# Optional: Add custom instructions for Claude to customize its behavior for your project
5656
# custom_instructions: |

0 commit comments

Comments
 (0)