diff --git a/.claude/settings.json b/.claude/settings.json index e9285fe..48fda9f 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -2,7 +2,10 @@ "permissions": { "allow": [ "Bash(git add *)", - "Bash(git commit -m ' *)" + "Bash(git commit -m ' *)", + "Bash(git checkout *)", + "Bash(git commit *)", + "Bash(git merge *)" ] } }