Document stable CLI promotion - #23
Conversation
Record the completed 0.1.0 latest-tag promotion and make the release-completion boundary explicit. Keep future release commands version-derived and initial setup mutations out of the routine path.
|
Post-merge review, hosted CI green. Documentation of the completed 0.1.0 |
|
Two small release-engineering habits in this PR pay off out of proportion to their size. First: derive, do not retype. The promotion commands here take the version from the tagged checkout itself Second: define done per release, in advance. "Stable completion" here means the candidate passed its And the consumed tag rule: |
Summary
0.1.0promotion to npm's defaultlatestchannelv0.1.0tag or package versionVerification
npm run check(151 tests plus typecheck, lint, formatting, package check, and packed smoke)npm audit(0 vulnerabilities)git diff --checklatest=next=0.1.0Boundary
This changes documentation and documentation-policy tests only. It does not change CLI runtime code, the publication workflow, package metadata, npm dist-tags, or any deployed service.