Explorar o código

🔧 chore(claude): update allowed bash commands

- add "Bash(git commit:*)" to allowed commands list to support git commit operations
yourname hai 1 mes
pai
achega
4198a0a826
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .claude/settings.local.json

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

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