Jelajahi Sumber

🔧 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 minggu lalu
induk
melakukan
b73cf8032a
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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": []