v0.2.2
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 withsource_driftif 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_limitoverrides 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.