{
  "version": "0.7",
  "levels": [
    {
      "id": "CPS-0",
      "name": "Parsed",
      "requirement": "Source parses into AST",
      "scope": "parser"
    },
    {
      "id": "CPS-1",
      "name": "Checked",
      "requirement": "Types and effects validate",
      "scope": "checker"
    },
    {
      "id": "CPS-2",
      "name": "Interpretable",
      "requirement": "Pure functions and examples execute",
      "scope": "interpreter"
    },
    {
      "id": "CPS-3",
      "name": "Runtime-Capable",
      "requirement": "Machines step and run in dry-run / mock / live modes with deterministic timeout, retry, failure, and cancellation semantics",
      "scope": "runtime"
    },
    {
      "id": "CPS-4",
      "name": "Ledgered",
      "requirement": "Execution is persisted and replay-verifiable",
      "scope": "ledger"
    },
    {
      "id": "CPS-5",
      "name": "Traceable",
      "requirement": "Semantic trace events include trace/span ids, event kind, component, operation, diagnostics, and bounded breadcrumbs",
      "scope": "trace"
    },
    {
      "id": "CPS-6",
      "name": "Agent-Operable",
      "requirement": "Manifest, schemas, examples, and CI evidence exist",
      "scope": "agent"
    },
    {
      "id": "CPS-7",
      "name": "Verified",
      "requirement": "Configured proof obligations are accepted by a trusted verifier with no open proof markers",
      "scope": "verification"
    },
    {
      "id": "CPS-8",
      "name": "Improvement-Governed",
      "requirement": "Improvement lineage, objectives, eval suites, successor contracts, budgets, gates, deployment policies, and improvement records are parsed, checked, canonicalized, and ledger-ready",
      "scope": "improvement"
    },
    {
      "id": "CPS-9",
      "name": "Authority-Governed",
      "requirement": "Authority IR principals, mandates, delegations, capabilities, policies, trust boundaries, telemetry obligations, and memory policies are parsed, checked, canonicalized, and exportable as a host-policy artifact",
      "scope": "authority"
    },
    {
      "id": "CPS-10",
      "name": "Protocol-Native",
      "requirement": "MCP tools/resources/prompts, A2A discovery/auth/skills, A2UI surfaces/state/actions, protocol effect targets, protocol-plan export, and A2UI manifest/envelope export are parsed, checked, canonicalized, and runtime-adapter ready",
      "scope": "protocols"
    }
  ]
}
