You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normal PR iteration is now paying release-grade verification multiple times:
local pre-push runs Code Dojo debt/strict checks, DOGFOOD i18n completeness/build/debt, code size, typecheck, build, full chunked Vitest, and scripted interactive example smoke;
GitHub then runs overlapping remote gates: Code Dojo, full tests on Node 20 and Node 22, focused unit tests on Ubuntu and Windows, DOGFOOD smokes, Bench Gradient, changed-path classification, and CodeRabbit;
This is not a request to weaken release quality. It is workflow debt: the repo lacks a clear fast PR iteration lane versus a full merge/release-grade gate.
Problem
Normal PR iteration is now paying release-grade verification multiple times:
This is not a request to weaken release quality. It is workflow debt: the repo lacks a clear fast PR iteration lane versus a full merge/release-grade gate.
Evidence
Observed during PR #375 at commit
6bb5b8b0:npm run code-dojo:cipassed only after build, workspace lint, typecheck, ESLint, and eight Vitest chunks;git pushrepeated a heavy pre-push gate including full tests and scripted interactive smokes;Related narrower debt:
Desired Shape
Design a two-lane verification model:
Acceptance Criteria