Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.56 KB

File metadata and controls

38 lines (29 loc) · 1.56 KB

Helm v0.12.0

Helm v0.12.0 adds evidence-aware workflow governance, verified execution, source-bundle quality gates, memory-quality decay, and guarded model recovery.

Added

  • 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.

Changed

  • action_scope supports both package imports and direct script imports.

Boundary

The workflow registry validates declarative contracts. It does not execute workflows or authorize external side effects; existing profile and approval gates remain authoritative.

Verification

  • python3 scripts/workflow_registry.py
  • python3 scripts/release_version_check.py --version 0.12.0
  • python3 -m pytest -q → 1523 passed
  • bash scripts/release_smoke.sh /tmp/helm-release-smoke-0.12.0