VCO Release v3.0.2
- Date: 2026-04-13
- Commit(base): c2f98b5
- Previous public release:
v3.0.1 - Previous public release commit:
d94b772
Highlights
- Published the current
mainline instead of leaving recent work stranded behind thev3.0.1side-release branch. This cut packages the latest governed repository state atc2f98b5as the next public release. - Added a more explicit upgrade path for existing installations. The repo now ships the
vibe-upgradeskill surface, version reminder plumbing, and fresher upstream metadata checks so users can detect stale installs and refresh them with less guesswork. - Introduced the workspace-shared memory plane and related runtime disclosure controls. The runtime now has explicit memory disclosure, ingest, and workspace memory policy surfaces rather than overloading older memory paths.
- Tightened governed artifact review and specialist visibility. Document artifact governance, delivery acceptance review gates, discussion-time specialist consultation, approved-dispatch disclosure, and stage-by-stage specialist lifecycle surfacing are now represented more clearly in both runtime behavior and proof surfaces.
- Continued hardening release and install truth around the newer
mainline. Upgrade metadata reads, duplicate-surface checks, and runtime/config manifest coverage all moved forward with the rest of the repository rather than being frozen at the earlier release side branch.
What Changed Since The Public v3.0.1 Release
v3.0.1was a corrective public release focused on release integrity and nested compatibility fixes from side-release commitd94b772.v3.0.2is cut from the latermainline atc2f98b5. It is not a descendant of thev3.0.1release commit, so this note treatsv3.0.1as the previous public release while remaining explicit that the git history is non-linear.- Relative to the work now on
main, the most visible additions are:- upgrade reminder and
vibe-upgradediscoverability from PRs#142and#143 - aggressive specialist routing and later specialist lifecycle disclosure from PRs
#144and#152 - fresher upgrade metadata and release/runtime compatibility fixes from PRs
#145and#146 - the workspace-shared memory plane from PR
#148 - document artifact governance and tighter delivery acceptance review from PR
#151
- upgrade reminder and
- The practical result is that users now get the current mainline governance model rather than a release line that stopped before these capabilities merged.
Release Positioning
- This is a
3.0.xcontinuation release, not a new major baseline. Thev3.0.0major re-baseline remains the public architecture reset. - This release focuses on moving the public line forward to the latest governed
mainstate and making recent runtime, review, memory, and upgrade work publicly consumable together. - Package
pyproject.tomlmetadata remains on the existing3.0.0package line because the repository's current post-v3.0.0release practice has not been using those package markers as per-patch release counters.
Validation Notes
pwsh -NoProfile -ExecutionPolicy Bypass -File ./scripts/governance/release-cut.ps1 -Version 3.0.2 -Updated 2026-04-13 -RunGates->PASSpython3 -m pytest -q tests/integration/test_release_cut_gate_contract_cutover.py tests/integration/test_dist_manifest_generation.py tests/runtime_neutral/test_release_notes_quality.py tests/runtime_neutral/test_release_cut_operator.py->13 passedpwsh -NoProfile -File scripts/verify/vibe-version-consistency-gate.ps1->PASSpwsh -NoProfile -File scripts/verify/vibe-dist-manifest-gate.ps1->PASSpwsh -NoProfile -File scripts/verify/vibe-version-packaging-gate.ps1->PASSpwsh -NoProfile -File scripts/verify/vibe-release-notes-quality-gate.ps1->PASSpwsh -NoProfile -File ./scripts/verify/vibe-role-pack-governance-gate.ps1 -WriteArtifacts->PASSpwsh -NoProfile -File ./scripts/verify/vibe-capability-catalog-gate.ps1 -WriteArtifacts->PASSgit diff --check-> clean
Migration Notes
- Operators upgrading from the public
v3.0.1line should treat this release as the first public cut of the newermainbranch work rather than as a tiny hotfix delta. - If you rely on installed guidance surfaces, prefer the current
vibe-upgradepath and version reminder feedback instead of older manual-only refresh habits. - If you consume runtime review and disclosure behavior, expect stronger surfaced artifact-review expectations, workspace-memory disclosure controls, and more explicit specialist lifecycle reporting.
- This note does not claim that
v3.0.2is a direct descendant ofv3.0.1; it claims thatv3.0.2is the next public release from the repository's latest maintainedmainstate.