399 B
399 B
Run the full QA cycle. Fix any errors before proceeding.
cargo fmt --check— if it fails, runcargo fmtand restartcargo clippy -- -D warnings— fix all warningscargo test— all tests must passcargo build --release— verify release build compiles
If ANY step fails: fix the issue, then restart from step 1. Only report success when all 4 steps pass consecutively.