Releases: sfw/loom
Releases · sfw/loom
Loom v0.2.1 (2026-03-09)
Loom v0.2.1 (2026-03-09)
This patch release focuses on improvements to verification resilience and sealed-artifact reliability, along with supporting telemetry and documentation cleanup.
Highlights
- Hardened verification reliability paths and resilience decisioning.
- Added reliability telemetry for verification resilience behaviour.
- Tightened safety coverage by marking command-wrapper tools as mutating for seal-guard checks.
- Improved valuation verification reliability and precedent evidence handling.
- Fixed artifact resealing behavior after placeholder prepass mutations.
- Minor README/changelog cleanup and release metadata updates.
Included commits
f0c95f7Align tier1 syntax hard-fail scope with retry-writable outputs0fa78e1fix: enforce resilience kill-switch paths and parse retry routing2147e47telemetry: add verification resilience reliability metricsa4dae41refactor: add assertion envelope and profile-aware synthesis resiliencea91ae16refactor: add resilience decision matrix and profile classification73e3b43Harden verification reliability and add resilience implementation plan388087dMark command-wrapper tools as mutating for seal guard coverage9cdf44eImprove valuation verification reliability for precedent evidence9864f4bmodified readmee03fd94modified readme62ff36dReseal artifacts after placeholder prepass mutations965099cChangelog: mark version standardization as 0.2.0 release
loom v0.2.0
loom 0.2.0
0.2.0 is now the current stable release of loom.
This is a source-only release (no prebuilt binaries).
Use the Git tag/source tarball to install and run with uv.
Highlights
- Massive restructuring to the processing engine
- Massive restructuring to the TUI
- Process definition and tool refinements
Breaking changes
- None
Upgrade notes (existing installs)
If you already have a local loom database, run:
uv run loom db backup
uv run loom db status
uv run loom db migrate
uv run loom db doctorDo not delete your DB as a normal upgrade path.
Install / run from source
git fetch --tags
git checkout v0.2.0
uv sync
uv run loom --helpFull changelog
Changelog: https://github.com/sfw/loom/blob/main/CHANGELOG.md