Просмотр исходного кода

🔧 chore(claude): update allowed bash commands

- add "Bash(git commit:*)" to allowed commands list to support git commit operations
yourname 1 месяц назад
Родитель
Сommit
4198a0a826
1 измененных файлов с 2 добавлено и 1 удалено
  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": []