2026-07-26 — Quality gate on sot and prod PRs
Pull requests into the source-of-truth and production branches run the full quality gate; routine pushes do not.
Quality gate on sot and prod PRs
Merging into the source-of-truth (sot) or production (prod) branch now requires a passing quality gate on the pull request: format, lint, typecheck, build, and tests.
Routine commits and pushes to feature branches or the staging branch (dev) do not run that gate. After a PR merges, nothing re-runs automatically.
Ship by opening a PR from sot into prod. Staging can keep deploying from dev as before.
