Release
Calibration becomes a real workflow
`invarlock calibrate` arrives, determinism utilities mature, and regression harness + golden tracking help prevent silent policy drift.
Release: InvarLock 0.3.2 — Determinism tools + regression protection
Highlights
- New calibration CLI (
invarlock calibrate) and tuning modules. - Determinism flows for repeatable presets and runs.
- Regression harness + tracked golden to catch silent gate/output shifts.
This is the release where calibration stops being “something you do around InvarLock” and becomes something the framework supports directly. Having invarlock calibrate as a first-class command makes tuning policies and guard behavior feel more systematic—and easier to explain to other people.
Determinism utilities also get a serious boost here, which matters if you care about repeatability beyond a single machine or day. And the regression harness + golden tracking is the quiet hero: it’s basically insurance against subtle drift. If something shifts in gates or outputs, you want to catch it early—before it becomes a messy “which commit changed this?” hunt.
For more details, see CHANGELOG.md.
More from the blog
Continue through recent releases and implementation notes.
Release
Stable public contracts with stricter fail-closed verification
InvarLock 0.4.0 stabilizes contracts around policies, proof packs, and evaluation provenance while tightening verification, CI, and coverage enforcement.
Release
Coverage hardening across CLI, reporting, and observability paths
Coverage thresholds now enforce split-module branch floors for critical CLI/reporting paths.
Release
Targeted regression hardening for quantization and reporting paths
A focused hardening release: safer AWQ plugin discovery, stronger quantization clipping behavior, and broader report-schema acceptance for edge payloads.