settings.local.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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(pnpm install:*)",
  47. "Bash(cat:*)",
  48. "Bash(pnpm test:integration:*)",
  49. "Bash(pnpm --filter:*)",
  50. "Bash(tree:*)",
  51. "Bash(mv:*)",
  52. "Bash(rm:*)",
  53. "Bash(git add:*)",
  54. "Bash(git commit:*)",
  55. "Bash(pnpm typecheck:*)",
  56. "Bash(npx tsc:*)",
  57. "mcp__ide__getDiagnostics",
  58. "Bash(redis-cli keys:*)",
  59. "Bash(redis-cli mget:*)",
  60. "Bash(redis-cli get:*)",
  61. "Bash(redis-cli del:*)",
  62. "Bash(curl:*)",
  63. "Bash(pnpm build:weapp:*)",
  64. "Bash(ln:*)",
  65. "Bash(d8d-happy daemon stop:*)",
  66. "Bash(d8d-happy daemon start:*)",
  67. "Bash(pnpm add:*)",
  68. "Bash(while read file)",
  69. "Bash(do if ! grep -q \"parseWithAwait\" \"$file\")",
  70. "Bash(then echo \"$file\")",
  71. "Bash(fi:*)",
  72. "Bash(echo:*)",
  73. "Bash(pnpm test:db:reset:*)",
  74. "Bash(npx tsx:*)",
  75. "Bash(pnpm run build:*)",
  76. "Bash(VITEST=true pnpm test:*)",
  77. "Bash(env:*)",
  78. "Bash(nslookup:*)",
  79. "Bash(host:*)",
  80. "Bash(netstat:*)",
  81. "Bash(ss:*)",
  82. "Bash(ls:*)",
  83. "Bash(apt-get update:*)",
  84. "Bash(apt-get install:*)",
  85. "Bash(locale-gen:*)",
  86. "Bash(export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8:*)",
  87. "Bash(export:*)",
  88. "Bash(git pull:*)",
  89. "Bash(git stash:*)",
  90. "Bash(git push:*)"
  91. ],
  92. "deny": [],
  93. "ask": []
  94. }
  95. }