Back to blog

Release

Calibration becomes a real workflow

Ink/charcoal doodle: a calibration dial feeds a tuned checklist.

`invarlock calibrate` arrives, determinism utilities mature, and regression harness + golden tracking help prevent silent policy drift.

1 min read
InvarLock Team

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.