From a3372a8585791bb7312040daf9fe9df45123ff6e Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 7 Feb 2026 12:32:17 -0600 Subject: [PATCH] update claude settings --- .claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 9b1a349f..7ae41774 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,9 @@ "allow": [ "Bash(mix test:*)", "Bash(mix format:*)", - "Bash(mix credo:*)" + "Bash(mix credo:*)", + "Bash(git add:*)", + "Bash(git commit:*)" ] } }