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:*)" ] } }