- add "Bash(git commit:*)" to allowed commands list to support git commit operations
@@ -47,7 +47,8 @@
"Bash(cat:*)",
"Bash(pnpm test:integration:*)",
"Bash(pnpm --filter:*)",
- "Bash(tree:*)"
+ "Bash(tree:*)",
+ "Bash(git commit:*)"
],
"deny": [],
"ask": []