• v0.10.3 f3503b556d

    Release v0.10.3
    All checks were successful
    release / decide + act (push) Successful in 5s
    release / release (push) Successful in 0s
    Stable

    release-bot released this 2026-06-26 23:30:37 +02:00 | 1344 commits to main since this release

    Fixed

    • BUG FIX (#140): manifest-precheck.sh is now remote-aware. The v0.10.x idempotency design (#128/#131) read the manifest from the workflow's local checkout, which missed the case where a prior cut workflow run substantively completed (manifest commit landed on remote main) then got cancelled mid-flight (path-α self-cancel per #139). A manual re-run then saw the pre-cut local manifest, computed "proceed", and tripped on a non-fast-forward push. Fix: check remote main's manifest first via git show origin/main:PATH; fall back to local for first-cut bootstrap + tests. Completes the partial-completion matrix Surveyor 4a44 called out.
    Downloads