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
Add or clarify a fast local validation entrypoint for day-to-day development while preserving mise run ci as the full strict validation command before review and landing.
Acceptance criteria
A fast local command, such as mise run check or an equivalent task, is documented as the normal development feedback loop.
The fast command uses cached Go tests where appropriate and avoids unnecessary full no-cache integration sweeps.
mise run ci remains the full strict validation command and still matches repository testing expectations.
The difference between fast feedback and full strict CI is clear in task descriptions and contributor docs.
Release-surface changes still clearly require the release-surface validation path.
What to build
Delivery mode: AFK
Add or clarify a fast local validation entrypoint for day-to-day development while preserving
mise run cias the full strict validation command before review and landing.Acceptance criteria
mise run checkor an equivalent task, is documented as the normal development feedback loop.mise run ciremains the full strict validation command and still matches repository testing expectations.Blocked by