소스 검색

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

- add "Bash(pnpm test:api:*)" to allowed commands list to support api test variations
yourname 4 달 전
부모
커밋
22c5607d2a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .claude/settings.local.json

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

@@ -34,7 +34,8 @@
       "Bash(eslint:*)",
       "Bash(pnpm exec eslint:*)",
       "Bash(pnpm test:e2e:chromium:*)",
-      "Bash(pnpm test:api)"
+      "Bash(pnpm test:api)",
+      "Bash(pnpm test:api:*)"
     ],
     "deny": [],
     "ask": []