From 1c6fb8ed31029d44f8146c0ea225b4238d913d2c Mon Sep 17 00:00:00 2001 From: darken Date: Sun, 15 Feb 2026 17:42:42 +0100 Subject: [PATCH] Update Claude settings to allow more Git and Crowdin commands --- .claude/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.claude/settings.json b/.claude/settings.json index 695e7208..c8432b09 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -14,7 +14,11 @@ "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:*)",