NORMATIVE FROZENFROZEN
Truth Source: Repository schemas and tests are authoritative.
Runtime Reference Skeleton (Profile-14-Golden)
This directory contains the Interface-Level Contract for the MPLP Runtime under Profile-14-Golden.
Purpose
To provide a rigorous, type-safe definition of the Runtime's Evidence Emission responsibilities without mandating internal implementation details or execution logic.
Scope
- Profile: 14-Golden (GF-01 ~ GF-05)
- Nature: Non-Executable (No model calls, no side effects)
- Focus: Evidence Schema Binding & Event Sinks
Contents
runtime.ts: The main Runtime class skeleton.events.ts: Schema-bound event type definitions.sinks.ts: Abstractions for evidence persistence.evidence-pack.ts: Artifact naming contracts.
Non-Goals
- This skeleton does NOT implement a Pipeline Controller.
- This skeleton does NOT perform PSG mutations.
- This skeleton does NOT interact with Git or CI systems.
- This skeleton does NOT execute Rollback or Drift logic.