From c963ed51eed35788aec2cf0df3ee42f105d033d9 Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Thu, 29 Jan 2026 23:47:23 -0700 Subject: [PATCH] modified: .claude/settings.local.json --- .claude/settings.local.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 5707c58..847a778 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,10 @@ { "permissions": { "allow": [ - "Bash(git add:*)" + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git tag:*)", + "Bash(git push:*)" ] } }