Understand the no-mistakes pipeline flow
mainThe no-mistakes validation pipeline follows a specific sequence of steps to ensure code quality and correctness before pushing. The standard execution order is:
intent → rebase → review → test → document → lint → push → pr → ci
Each step can produce findings, request approval, trigger auto-fixes, or apply safe fixes. Fatal errors in any step will stop the entire pipeline. Steps can be pre-skipped, skipped by the user, or skipped automatically by the pipeline logic.