From dac0c816bcc6973c36f2c8386ccc3e3623fbded3 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 22 Aug 2025 20:19:30 +0200 Subject: [PATCH] Update editor settings for git operations - Add git push, add, and commit to allowed bash commands - Enable automated git workflow for development --- .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 1d7432d..d4c949b 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -16,7 +16,8 @@ "Bash(move setup.js scripts)", "Bash(npm run type-check:*)", "Bash(git push:*)", - "Bash(git add:*)" + "Bash(git add:*)", + "Bash(git commit:*)" ], "deny": [], "ask": [],