From 7c3571b47df19cc0c57e0148618b3427b91196e0 Mon Sep 17 00:00:00 2001 From: Yaojia Wang Date: Mon, 30 Mar 2026 15:14:16 +0200 Subject: [PATCH] chore: update local Claude Code permission settings Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/settings.local.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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" } }