2
0
Эх сурвалжийг харах

🔧 chore(claude): update allowed bash commands

- add "Bash(git commit:*)" to allowed commands list to support git commit operations
yourname 1 сар өмнө
parent
commit
4198a0a826

+ 2 - 1
.claude/settings.local.json

@@ -47,7 +47,8 @@
       "Bash(cat:*)",
       "Bash(pnpm test:integration:*)",
       "Bash(pnpm --filter:*)",
-      "Bash(tree:*)"
+      "Bash(tree:*)",
+      "Bash(git commit:*)"
     ],
     "deny": [],
     "ask": []