From 09df925e9b4a65f069192dae542eba129e724aa3 Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Mon, 11 May 2026 09:10:08 +0200 Subject: [PATCH] chore: allow git push --- .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 abd7f0c..b6b2004 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -5,7 +5,8 @@ "Bash(mix test *)", "Bash(mix dialyzer *)", "Bash(mix ecto.migrate)", - "Bash(git add *)" + "Bash(git add *)", + "Bash(git push *)" ] } }