Skip to content

Commit 70e0c44

Browse files
committed
Enables Nix shell command execution for Claude bot
Configures allowed tools to permit Nix shell commands instead of npm-based operations Provides more flexible development environment integration by allowing arbitrary commands within Nix shell context
1 parent bdaab25 commit 70e0c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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(nix-shell --command '*')"
5454

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

0 commit comments

Comments
 (0)