MPLP Lab V2 Baseline Adjudication
Overview
This ruleset defines the adjudication criteria for evidence packs targeting version 2.0.0. It is sourced from the V2 Unified Index.
Domains (D1–D4)
Domains group clauses by verification dimension. Each domain defines what is checked,which evidence must be present, and what failure means.
Verifies the runner's identity, environment fingerprint, and manifest integrity before execution begins.
runner_id, env_hash, manifest_seal, version_pin
Evidence pack cannot be trusted — origin or environment is unverifiable.
Verifies execution lifecycle integrity: state transitions, timeline consistency, and event ordering.
event_log, state_diffs, timeline_hash, step_sequence
Execution sequence is inconsistent — events may be missing, reordered, or fabricated.
Provides pointers for dispute resolution: evidence locations, FMM markers, and triggered clause references.
triggered_clauses, fmm_pointer, evidence_uri, diff_payload
Run is not dispute-ready — arbitration cannot proceed without valid evidence pointers.
Validates cross-framework protocol compliance (MCP, A2A, ACP) and handoff integrity between agents.
protocol_stack, handoff_log, interop_seal, bridge_events
Cross-framework communication violated protocol spec — handoff integrity cannot be verified.
Core Invariants
- PROV-V2-01
- PROV-V2-02
- LIFECYCLE-V2-01
- LIFECYCLE-V2-02
- TRUST-V2-01
- DET-V2-01
- METADATA-V2-01
Requirements & Pointers
core-invariants
Substrate Reference Integrity
Manifest must contain a valid substrate_ref with upstream pinning.
Lock Integrity Enforcement
Manifest must contain a valid lock_ref with a non-pending lock_sha256.
Trace Artifact Existence
The run must include a valid trace.json artifact with a verdict.
Timeline Data Presence
The run must include non-empty timeline events.
Runner Seal Verification
The run must be sealed with a unique runner image_digest.
Canonical Determinism Proof
The manifest must record a valid canonical pack root hash.
Execution Timestamp Integrity
The run must have a valid UTC execution timestamp.