chore: update local Claude Code permission settings

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yaojia Wang
2026-03-30 15:14:16 +02:00
parent 98331abbd5
commit 7c3571b47d

View File

@@ -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"
}
}