Helm v0.12.0 adds evidence-aware workflow governance, verified execution, source-bundle quality gates, memory-quality decay, and guarded model recovery.
- A versioned workflow-unit registry covering allowed inputs, required live sources, mutable surfaces, forbidden actions, verification, final reporting, handoff, and stop conditions.
- A registry validator at
scripts/workflow_registry.py. - Structured completion claims, evidence references, refuter findings, and arbiter decisions in the reply gate.
- Active-workspace scope, loaded context, planned mutations, pending claims, evidence, and retrieval trace fields in state snapshots.
- Bounded executor/evidence/verifier loops with criterion-level matching and fail-closed service readback.
- SourceBundle lineage, fidelity, semantic conflict, derived-artifact readback, and transactional materialization across downstream artifacts.
- Label-only memory decay on capture and retrieval, plus optional OMFM local free-router selection gated by context, canary health, and low-risk profiles.
action_scopesupports both package imports and direct script imports.
The workflow registry validates declarative contracts. It does not execute workflows or authorize external side effects; existing profile and approval gates remain authoritative.
python3 scripts/workflow_registry.pypython3 scripts/release_version_check.py --version 0.12.0python3 -m pytest -q→ 1523 passedbash scripts/release_smoke.sh /tmp/helm-release-smoke-0.12.0