diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 0cc3e37..446f3b3 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,7 +2,22 @@ "permissions": { "allow": [ "Bash(find:*)", + "Bash(ruff:*)", + "Bash(pytest:*)", + "Bash(git status:*)", + "Bash(git diff:*)", + "Bash(git log:*)", + "Bash(git branch:*)", + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git checkout:*)", + "Bash(git merge:*)", + "Bash(git tag:*)", + "Bash(git show:*)", + "Bash(docker:*)", + "Bash(docker-compose:*)", "WebSearch" - ] + ], + "defaultMode": "bypassPermissions" } }