The dist/ folder contains compiled TypeScript output that should be generated by automation, not edited by hand in PRs. We should:
- Block or flag PRs that modify
dist/ directly.
- Define a clear policy for when and how the build is triggered (e.g., on release, via CI, or a bot commit).
The
dist/folder contains compiled TypeScript output that should be generated by automation, not edited by hand in PRs. We should:dist/directly.