diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 196aea7..569c888 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -50,7 +50,7 @@ jobs: # assignee_trigger: "claude-bot" # Optional: Allow Claude to run specific commands - # allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)" + allowed_tools: "Bash(scripts/bootstrap),Bash(scripts/format),Bash(scripts/lint),Bash(scripts/mock),Bash(scripts/test)" # Optional: Add custom instructions for Claude to customize its behavior for your project # custom_instructions: |