Skip to content

v0.9.2 — release-identity marker (stable main)

Choose a tag to compare

@Bandersnatch0x Bandersnatch0x released this 03 Aug 18:29
· 76 commits to main since this release

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. main is the public install
    surface; its version and installable inventory always equal the latest
    formal release. The prematurely landed v0.10 run-review command was
    moved back to feature/v0.10-run-review and main restored to the
    v0.9.1 inventory (e5c9ed7).
  • OPP-01 — version-to-inventory invariant. scripts/validate.py now
    fails whenever the shipped command set differs from what the plugin
    version admits; the policy map lives in shared scripts/_checks.py and
    scripts/doctor.py derives 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.py gate green (tree / versions / validate / seam /
    adapter floor); scripts/doctor.py DOCTOR PASSED; full local suites
    green; Ubuntu CI green on the source commit (b91879e).