chg claude permissions

This commit is contained in:
beo3000 2025-12-24 14:50:23 +01:00
parent d9c9211758
commit 660d143333
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@
"allow": [
"Bash(dotnet --version:*)",
"Bash(dotnet build:*)",
"Bash(dotnet test:*)"
"Bash(dotnet test:*)",
"Bash(git checkout:*)",
"Bash(git add:*)"
]
}
}