From a9a5340ba080466e8a22c33ce56c635ef2e438ee Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 14 Jul 2026 11:32:58 +0200 Subject: [PATCH] chore(claude): ask on every git commit/push variant --- .claude/settings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 5272a4a..63e267b 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -7,14 +7,14 @@ "permissions": { "defaultMode": "dontAsk", "ask": [ - "Bash(git push)", - "Bash(git push:*)", "Bash(git commit)", "Bash(git commit:*)", - "Bash(git -C * push)", - "Bash(git -C * push:*)", - "Bash(git -C * commit)", - "Bash(git -C * commit:*)" + "Bash(git * commit)", + "Bash(git * commit:*)", + "Bash(git push)", + "Bash(git push:*)", + "Bash(git * push)", + "Bash(git * push:*)" ] }, "sandbox": {