From 839c0026cde77cace252ae27b9878fae0f3a5a2b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 6 Feb 2026 14:34:37 +0000 Subject: [PATCH] chore(claude/settings): allow git branch command Add git branch to the list of auto-allowed Bash commands so Claude can inspect and manage branches without prompting for permission. Co-Authored-By: Claude Opus 4.6 --- claude/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/claude/settings.json b/claude/settings.json index 5cd56f8..59bf678 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -22,6 +22,7 @@ "Bash(gh pr view:*)", "Bash(gh repo view:*)", "Bash(git add:*)", + "Bash(git branch:*)", "Bash(git diff:*)", "Bash(git fetch:*)", "Bash(git log:*)",