Skip to content

v0.2.2

Choose a tag to compare

@helios-code helios-code released this 27 Jun 12:01
· 17 commits to main since this release

v0.2.2

  • feat: reproduce primitive (#29) — reproduce(run_id) re-runs a prior run's exact source+input with caching disabled, so its receipt can be diffed against the original to verify determinism. Refuses with source_drift if the script source changed.
  • fix: receipt honesty (#28) — say "tamper-evident" not "signed" across the operator surfaces; the receipt is a keyed HMAC (detects tampering for key-holders), not a third-party-verifiable signature. Wire format unchanged.
  • feat: per-script mem/cpu caps (v0.1.1, #21) — mem_limit_mb / cpu_limit overrides for heavy jobs (fixes OOM exit137).
  • docs: README concept + receipt-honesty refresh (#27).

First tagged release since v0.2.0 — v0.2.1's cockpit redesign is folded in.