瀏覽代碼

🔧 chore(claude): update allowed bash commands in settings

- add "Bash(pnpm run test:integration:*)" to allowed commands list
- enable integration test commands to be executed through claude
yourname 3 周之前
父節點
當前提交
b73cf8032a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .claude/settings.local.json

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

@@ -41,7 +41,8 @@
       "Bash(pnpm db:backup:list:*)",
       "Bash(pnpm db:backup:cleanup:*)",
       "Bash(pnpm db:restore)",
-      "Bash(pnpm test:coverage:*)"
+      "Bash(pnpm test:coverage:*)",
+      "Bash(pnpm run test:integration:*)"
     ],
     "deny": [],
     "ask": []