Release flow
Suggested release checklistโ
- Ensure all tests, lint, and typecheck pass.
- Confirm docs and README sync checks are green.
- Build docs (
npm run docs:build) and verify key pages. - Review changelog/release notes.
- Publish and validate package/docs availability.
Verification commandsโ
npm run release:verify
This includes build, lint, typecheck, tests, docs build, and package dry run.