From 5441bbed3f080d28c1002bcf4c3af3052019d02f Mon Sep 17 00:00:00 2001 From: beo3000 Date: Wed, 24 Dec 2025 15:00:51 +0100 Subject: [PATCH] mod claude permissions --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index de94e38..935154b 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -5,7 +5,8 @@ "Bash(dotnet build:*)", "Bash(dotnet test:*)", "Bash(git checkout:*)", - "Bash(git add:*)" + "Bash(git add:*)", + "Bash(git commit:*)" ] } }