- add "Bash(pnpm run test:integration:*)" to allowed commands list - enable integration test commands to be executed through claude
@@ -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": []