Waveframe Labs mark
Waveframe Labs
Release Engineering

Protocol evolution log.

Updates are tracked as changes to execution-governance interfaces: authority publication, contract identity, proposal shape, admissibility decisions, runtime enforcement, registry, audit durability, and receipts.

Release Ledger

Waveframe Labs Website v2.0.0 - Execution Governance Interface

2026-05-18 | Public Website
websitearchitecturecompatibilityrelease-readiness
  • Established the canonical governance-to-production architecture diagram as a shared website and README asset.
  • Added the compatibility matrix and dependency specification page.
  • Aligned homepage, architecture, tools, CRI-CORE, examples, and updates pages around execution-boundary enforcement.
  • Updated repository metadata and release records for v2.0.0 readiness.
Website Version2.0.0

Waveframe Guard v0.5.0 - Runtime Enforcement Boundary

2026-05-12 | Enforcement Layer
runtimeguardaudit-event
  • Introduced installable Guard runtime for local execution enforcement.
  • Added governed execution results for allowed and blocked function calls.
  • Added local audit event capture and proposal-bound execution support.
BoundaryGuard enforces execution. It does not define authority.

CRI-CORE v0.13.0 - Deterministic Enforcement Kernel

2026-05 | Kernel Layer
admissibilitycommit_allowedcontract-identity
  • Aligned kernel behavior with canonical proposal and compiled contract inputs.
  • Reinforced deterministic allow/block decision outputs.
  • Clarified non-goals: no orchestration, no policy authoring, no action execution.
Outputcommit_allowed = true | false with deterministic reason fields.

Governance-Ledger - Authority Publication Infrastructure

2026-05 | Governance Layer
lineagediagnosticsregistry
  • Defined governance normalization and semantic diagnostic responsibilities.
  • Established publication gating and authority lineage artifacts.
  • Produced registry-ready contract publication outputs.
BoundaryLedger publishes authority evidence. It does not run runtime enforcement.

Proposal Normalizer v0.1.0 - Canonical Proposal Interface

2026-03-16 | Proposal Layer
proposalactormutationcontract-ref
  • Standardized proposal assembly for CRI-CORE evaluation.
  • Preserved caller-supplied contract truth without recomputing it.
  • Rejected missing mutation, actor, artifact, and contract fields.
Installpip install cricore-proposal-normalizer

Contract Compiler v0.3.0 - Deterministic Contract Identity

2026-03 | Compilation Layer
contract_idcontract_versioncontract_hash
  • Converted human-authored policy JSON into stable compiled contract artifacts.
  • Produced deterministic contract identity and SHA-256 contract hashes.
  • Aligned contract output with CRI-CORE structured execution model.
Installpip install cricore-contract-compiler

Waveframe Cloud - Authority Distribution and Evidence Durability

2026-05 | Authority / Audit Layer
registrycontractsauditsreceipts
  • Defined registry, contract retrieval, audit ingestion, and receipt lookup surfaces.
  • Scoped requests by API key and organization identity.
  • Separated authority distribution from admissibility decisioning.
BoundaryCloud does not decide admissibility, normalize governance, or orchestrate workflows.