Skip to content

Releases: sfw/loom

Loom v0.2.1 (2026-03-09)

09 Mar 05:45
@sfw sfw
8501a4c

Choose a tag to compare

Pre-release

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

  • f0c95f7 Align tier1 syntax hard-fail scope with retry-writable outputs
  • 0fa78e1 fix: enforce resilience kill-switch paths and parse retry routing
  • 2147e47 telemetry: add verification resilience reliability metrics
  • a4dae41 refactor: add assertion envelope and profile-aware synthesis resilience
  • a91ae16 refactor: add resilience decision matrix and profile classification
  • 73e3b43 Harden verification reliability and add resilience implementation plan
  • 388087d Mark command-wrapper tools as mutating for seal guard coverage
  • 9cdf44e Improve valuation verification reliability for precedent evidence
  • 9864f4b modified readme
  • e03fd94 modified readme
  • 62ff36d Reseal artifacts after placeholder prepass mutations
  • 965099c Changelog: mark version standardization as 0.2.0 release

loom v0.2.0

08 Mar 20:59
@sfw sfw
0fd5a0d

Choose a tag to compare

loom v0.2.0 Pre-release
Pre-release

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 doctor

Do 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 --help

Full changelog
Changelog: https://github.com/sfw/loom/blob/main/CHANGELOG.md