ExecutionPlane. Contracts. LowerSimulationScenario. V1
(execution_plane v0.1.0)
Copy Markdown
View Source
Phase 6 lower-runtime scenario contract owned by Execution Plane.
This contract describes deterministic lower behavior and bounded evidence
projection. It deliberately rejects semantic provider/model/budget policy and
does not reinterpret ExecutionOutcome.v1.raw_payload.
Summary
Types
@type t() :: %ExecutionPlane.Contracts.LowerSimulationScenario.V1{ bounded_evidence_projection: map(), cleanup_behavior: map(), contract_version: String.t(), input_fingerprint_ref: String.t(), matcher_class: String.t(), no_egress_assertion: map(), owner_repo: String.t(), protocol_surface: String.t(), route_kind: String.t(), scenario_id: String.t(), status_or_exit_or_response_or_stream_or_chunk_or_fault_shape: map(), version: String.t() }