- Canonical ownership: generated
Functional Spec
- Story: story-vibepro-release-0-2-0-beta-14
- Status: -
- Clauses: 4
C-001
package.json and the root package in package-lock.json declare version 0.2.0-beta.14.
Origin refs
INV-001
The release change does not modify runtime source, dependencies, binaries, or the post-merge publishing workflow.
Origin refs
INV-002
Release completion requires registry, dist-tag, Git tag, GitHub prerelease, fresh-install runtime identity, and documentation readback; missing evidence remains partial.
Origin refs
S-001
After the release PR is merged, the existing post-merge workflow publishes npm, reconciles tags and the GitHub prerelease, and projects documentation.
Origin refs
Diagrams
Release convergence
flowchart LR A[Exact HEAD CI] --> B[Merge] B --> C[Post-merge release] C --> D[npm and dist-tags] C --> E[Git tag and GitHub prerelease] C --> F[Docs projection] D --> G[Fresh install readback] E --> G