From b3ead17b123e8fd6f3151b6412ca61c6a90940fd Mon Sep 17 00:00:00 2001 From: darken Date: Fri, 20 Feb 2026 10:16:21 +0100 Subject: [PATCH] Update Claude settings to remove various Bash command permissions --- .claude/settings.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index c8432b09..2bc88f5d 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -2,26 +2,6 @@ "permissions": { "allow": [ "mcp__ide__getDiagnostics", - "Bash(./gradlew tasks:*)", - "Bash(./gradlew:*)", - "Bash(find:*)", - "Bash(ls:*)", - "Bash(grep:*)", - "Bash(rg:*)", - "Bash(git add:*)", - "Bash(git log:*)", - "Bash(git commit:*)", - "Bash(git show:*)", - "Bash(git checkout:*)", - "Bash(git branch:*)", - "Bash(git switch:*)", - "Bash(git diff:*)", - "Bash(git status:*)", - "Bash(git stash:*)", - "Bash(./crowdin.sh:*)", - "Bash(gh issue list:*)", - "Bash(gh pr list:*)", - "Bash(gh label list:*)", "WebSearch", "WebFetch(domain:support.google.com)", "WebFetch(domain:github.com)",