Files
smart-support/.claude/settings.local.json
Yaojia Wang 7c3571b47d chore: update local Claude Code permission settings
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 15:14:16 +02:00

24 lines
498 B
JSON

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