settings.local.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(grep:*)",
  5. "Bash(pnpm list:*)",
  6. "Bash(pnpm test:*)",
  7. "Bash(sed:*)",
  8. "Bash(pnpm run lint)",
  9. "Bash(find:*)",
  10. "Bash(npm run test:*)",
  11. "Bash(npx vitest:*)",
  12. "Bash(pnpm run lint:*)",
  13. "Bash(npx eslint:*)",
  14. "Bash(npm run lint)",
  15. "Bash(npm test)",
  16. "Bash(npm run lint:*)",
  17. "Bash(pnpm run test:*)",
  18. "Bash(npm test:*)",
  19. "Bash(npm run typecheck)",
  20. "Bash(npx playwright test:*)",
  21. "Bash(npm view:*)",
  22. "Bash(npm run)",
  23. "Bash(node debug-page.js:*)",
  24. "Bash(psql:*)",
  25. "Bash(npx playwright open:*)",
  26. "Bash(npx playwright codegen:*)",
  27. "Bash(pnpm run)",
  28. "Bash(node:*)",
  29. "Bash(pnpm run db:backup:latest:*)",
  30. "Bash(done)",
  31. "Bash(do sed -i '8d' \"$file\")",
  32. "Bash(pnpm typecheck)",
  33. "Bash(pnpm test:api:*)",
  34. "Bash(pnpm test:components:*)",
  35. "Bash(pnpm test:unit:*)",
  36. "Bash(mkdir:*)",
  37. "Bash(xargs sed:*)",
  38. "Bash(git diff:*)",
  39. "Bash(pnpm build)",
  40. "Bash(pnpm db:backup:*)",
  41. "Bash(pnpm db:backup:list:*)",
  42. "Bash(pnpm db:backup:cleanup:*)",
  43. "Bash(pnpm db:restore)",
  44. "Bash(pnpm test:coverage:*)",
  45. "Bash(pnpm run test:integration:*)",
  46. "Bash(curl:*)",
  47. "Bash(xargs:*)",
  48. "Bash(npx tsc:*)",
  49. "Bash(d8d-happy daemon stop:*)",
  50. "Bash(d8d-happy daemon start:*)",
  51. "Bash(git add:*)",
  52. "Bash(pnpm lint:*)",
  53. "Bash(git commit -m \"$(cat <<''EOF''\ndocs(story): 更新技术栈为TypeORM并完善中文故事文档\n\n- 将史诗012技术栈从Prisma/Drizzle更新为TypeORM\n- 故事012.001完全中文化并应用检查清单改进建议\n- 添加详细的数据模型描述、枚举值对比和测试要求\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>\nEOF\n)\")",
  54. "Bash(cat:*)"
  55. ],
  56. "deny": [],
  57. "ask": []
  58. }
  59. }