Documentation
README
Release
Guide the user through a Cortex TMS release.
Pre-release Gate
Before starting, run the full quality gate:
pnpm test— must passpnpm run lint— must have 0 errorspnpm run build— must succeednode bin/cortex-tms.js validate --strict— must pass
If any step fails, STOP and report. Do not proceed with a broken release.
Release Steps (each requires user approval)
-
Bump version — show the new version number and the command. Wait for approval.
npm version [patch|minor|major] -
Sync version tags — update all version markers across docs.
node scripts/sync-project.js -
Update CHANGELOG.md — draft release notes from commits since last tag. Show draft, wait for approval.
This is the opening of the README. Read the full README on GitHub.