Преглед на файлове

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

- add "Bash(pnpm test:api:*)" to allowed commands list to support api test variations
yourname преди 5 месеца
родител
ревизия
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": []