Run Farm's full ready gate and confirm all tests/checks pass. Use when user asks to verify everything before merge, release, or push; keywords: ready, full check, all tests, CI parity, npm run ready.
Run the repository readiness gate and verify all quality checks pass.
Use the same top-level workflow as the repository ready script:
pnpm run ready
This maps to node scripts/ready.mjs and should be the default path.
The ready script runs checks in this order:
pnpm install)node ./scripts/clean.mjs)npx cspell "**" --gitignore)runTaskQueuecargo check --color always --all --all-targets)cargo clippy)pnpm run --filter "@farmfe/*" type-check)pnpm run test)cargo test -j <cpu_based_jobs>)buildCoreCjs)buildExamples)pnpm run test-e2e)pnpm run ready once first.Result: PASS or FAILCommand: exact command executedFailure Step: if failed, map to ready flow item number/nameNext Action: one concrete fix direction