v0.9.2 — release-identity marker (stable main)
v0.9.2 — release-identity marker (stable main)
Released 2026-08-04.
Version-marker patch: no changes to the installable surface — skills,
commands, and MCP adapters are byte-identical to v0.9.1 (only the version
fields move). Cut so the version line carries a released marker for the
ADR-0015 stable-main restoration and the gate hardening that followed it.
Marked (repo-side, not in the npm/plugin tarball)
- ADR-0015 — stable main channel.
mainis the public install
surface; its version and installable inventory always equal the latest
formal release. The prematurely landed v0.10run-reviewcommand was
moved back tofeature/v0.10-run-reviewandmainrestored to the
v0.9.1 inventory (e5c9ed7). - OPP-01 — version-to-inventory invariant.
scripts/validate.pynow
fails whenever the shipped command set differs from what the plugin
version admits; the policy map lives in sharedscripts/_checks.pyand
scripts/doctor.pyderives its expectations from the same source. - OPP-21 — repeat-blocker counting.
scripts/aggregate_runs.py
counts a repeat blocker per distinct run, not per ledger row. - Release-checklist gate-1 count correction and ADR/ticket cleanups.
Validation
scripts/release.pygate green (tree / versions / validate / seam /
adapter floor);scripts/doctor.pyDOCTOR PASSED; full local suites
green; Ubuntu CI green on the source commit (b91879e).