chore(claude): ask on every git commit/push variant

This commit is contained in:
Kevin Veen-Birkenbach
2026-07-14 11:32:58 +02:00
parent ccdef065df
commit a9a5340ba0

View File

@@ -7,14 +7,14 @@
"permissions": {
"defaultMode": "dontAsk",
"ask": [
"Bash(git push)",
"Bash(git push:*)",
"Bash(git commit)",
"Bash(git commit:*)",
"Bash(git -C * push)",
"Bash(git -C * push:*)",
"Bash(git -C * commit)",
"Bash(git -C * commit:*)"
"Bash(git * commit)",
"Bash(git * commit:*)",
"Bash(git push)",
"Bash(git push:*)",
"Bash(git * push)",
"Bash(git * push:*)"
]
},
"sandbox": {