From b505f1d67b36c371daa556d93706d99ab71c1154 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 19 Aug 2025 15:03:38 -0700 Subject: [PATCH] feat: allow Claude to run all scripts in scripts directory --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |