settings.local.json 664 B

12345678910111213141516171819202122232425262728
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(pnpm typecheck:*)",
  5. "Bash(pnpm lint:*)",
  6. "Bash(npm run build:*)",
  7. "Bash(go build:*)",
  8. "Bash(npm run typecheck:*)",
  9. "Bash(mkdir:*)",
  10. "Bash(mv:*)",
  11. "Bash(grep:*)",
  12. "Bash(go test:*)",
  13. "mcp__context7__resolve-library-id",
  14. "mcp__context7__get-library-docs",
  15. "Bash(find:*)",
  16. "Bash(sed:*)",
  17. "Bash(cp:*)",
  18. "mcp__eslint__lint-files",
  19. "Bash(go generate:*)",
  20. "Bash(pnpm eslint:*)",
  21. "Read(//workspaces/cosy/settings/**)",
  22. "Bash(go doc:*)",
  23. "Bash(pnpm exec eslint:*)",
  24. "Bash(go:*)"
  25. ],
  26. "deny": []
  27. }
  28. }