{
  "permissions": {
    "allow": [
      "WebSearch",
      "Bash(pnpm add:*)",
      "Bash(npx playwright:*)",
      "Bash(pnpm build:*)",
      "Bash(pnpm test:*)",
      "Bash(CI=1 pnpm test:*)",
      "Bash(CI=1 npm test:*)",
      "Bash(pnpm remove:*)",
      "Bash(npm test:*)",
      "Bash(npx tsc:*)",
      "Bash(ls:*)",
      "Bash(pnpm run build:*)",
      "Bash(pnpm exec vitest:*)",
      "Bash(grep:*)",
      "Bash(pnpm run test:*)"
    ],
    "deny": [],
    "ask": []
  }
}
