소스 검색

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