diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 5a61f7b..de94e38 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,9 @@ "allow": [ "Bash(dotnet --version:*)", "Bash(dotnet build:*)", - "Bash(dotnet test:*)" + "Bash(dotnet test:*)", + "Bash(git checkout:*)", + "Bash(git add:*)" ] } }