-
Release v0.10.3
Stablereleased this
2026-06-26 23:30:37 +02:00 | 1344 commits to main since this releaseFixed
- BUG FIX (#140):
manifest-precheck.shis 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 viagit show origin/main:PATH; fall back to local for first-cut bootstrap + tests. Completes the partial-completion matrix Surveyor 4a44 called out.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- BUG FIX (#140):