Browse Source

🔧 chore(claude): update allowed bash commands

- add "Bash(git commit:*)" to allowed commands list to support git commit operations
yourname 1 month ago
parent
commit
4198a0a826
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .claude/settings.local.json

+ 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": []