-
Notifications
You must be signed in to change notification settings - Fork 0
Logbook June 2026
Week of Jun 1 —
MPF.Insertion.buildComposeFromListis now exported, unblocking downstream consumers that build batch insertion pipelines over the MPF write path.
Week of Jun 8 — Repair and release week. Fixed a completeness proof step-ordering bug (steps were being emitted leaf-to-root rather than subtree-to-root), then tackled the broken release pipeline end-to-end: cabal version ownership, artifact upload, manifest mode, and drift guard, shipping v1.0.1. Finished with a full docs overhaul to align the README and docs site with current code.
- Merged feat(mpf-test-lib): build on pure mpf-write so it cross-compiles to wasm #160
- Merged fix(release): repair the release pipeline (cabal version ownership, gh upload, drift guard) #163
- Merged fix(release): run release-please in manifest mode so extra-files apply #166
- Merged fix(release): close cabal version block with x-release-please-end #165
- Merged chore(main): release 1.0.1 #164
Week of Jun 22 — CI token plumbing: the
release-pleasetoken now mints from the org GitHub App instead of a personal deploy key, aligning with the org-wide auth standard adopted this month across all Lambda Sistemi repos.