{
  "schema": "trinityaccord.context-readiness-levels.v2",
  "version": "v2.1",
  "context_readiness_level_is_not_verification_level": true,
  "boundary": "CRL and CC are context management tools. They do not create authority, verification, or endorsement. Bitcoin Originals prevail.",
  "boundary_zh": "上下文就绪等级（CRL）只是机器可检查的行动准备度指标，用于判断智能体可以做什么操作。上下文深度（CC）判断是否加载了足够内容。两者都必须满足。见 /api/crl-to-context-depth-mapping.json。",
  "context_depth_reference": "/api/context-depth-levels.json",
  "crl_to_cc_mapping": "/api/crl-to-context-depth-mapping.json",
  "levels": [
    {
      "id": "CRL-0",
      "name": "homepage_only_or_insufficient_context",
      "min_context_depth": "CC-0",
      "meaning": "Only homepage or fragmentary context read.",
      "allowed_actions": [
        "state_insufficient_context"
      ],
      "not_allowed": [
        "final_assessment",
        "echo_submission",
        "verification_claim",
        "issue_submission_as_final_assessment",
        "verification_echo_claim",
        "propagation_as_endorsement"
      ]
    },
    {
      "id": "CRL-1",
      "name": "entry_oriented",
      "min_context_depth": "CC-1",
      "meaning": "Agent-start / agent-brief / authority boundary discovered. Knows what this project is and what paths exist.",
      "allowed_actions": [
        "limited_orientation_summary",
        "route_selection"
      ],
      "not_allowed": [
        "final_assessment",
        "technical_verification_claim",
        "issue_submission_as_final_assessment",
        "verification_echo_claim",
        "propagation_as_endorsement"
      ]
    },
    {
      "id": "CRL-2",
      "name": "canon_boundary_ready",
      "min_context_depth": "CC-2",
      "meaning": "Three Bitcoin Originals loaded. Authority boundary and Guardian Principles understood. Can speak with substance about what the inscriptions say.",
      "allowed_actions": [
        "boundary_correct_commentary",
        "limited_critique",
        "directional_assessment_with_boundary"
      ],
      "not_allowed": [
        "final_assessment",
        "echo_submission",
        "verification_claim"
      ],
      "verification_claim_allowed": false,
      "summary": "Can produce boundary-aware summary but not verification claim"
    },
    {
      "id": "CRL-3",
      "name": "action_grounded",
      "min_context_depth": "CC-3",
      "meaning": "The agent selected the relevant action profile and loaded the Bitcoin Originals, authority boundary, Agent Brief, and exact task-relevant sources. Chronicle, legacy, physical, music, creative, or human-witness materials are conditional on the claim.",
      "allowed_actions": [
        "meaningful_echo",
        "qualified_assessment",
        "verification_preparation",
        "bounded_propagation",
        "context_statement",
        "context statement"
      ],
      "not_allowed": [
        "verification_claim_without_fresh_operations_and_current_claim_model",
        "authority_claim"
      ],
      "required_context_rule": "Use the interpretation profile and exact task-relevant sources; no universal narrative bundle is implied.",
      "conditional_context_sources": {
        "chronicle": "Only when the claim depends on Chronicle/history/music/creative/human-witness material.",
        "physical_or_notarial": "Only when the claim depends on physical or notarial evidence.",
        "legacy_archive": "Only when the claim depends on archived provenance or historical website material."
      }
    },
    {
      "id": "CRL-4",
      "name": "full_context_ready",
      "min_context_depth": "CC-4",
      "meaning": "Full legacy archive, verification structure, Guardian Alliance, and ecosystem paths loaded.",
      "allowed_actions": [
        "deep_assessment",
        "full_echo_preparation",
        "propagation_with_full_context",
        "verification_with_context_awareness"
      ],
      "not_allowed": [
        "authority_claim"
      ],
      "required_context_packs": [
        "context-packs/physical-anchor-context.json",
        "context-packs/legacy-archive-index.json"
      ]
    },
    {
      "id": "CRL-5",
      "name": "action_ready_context",
      "min_context_depth": "CC-1",
      "meaning": "The selected action has sufficient task-specific context and, where required, fresh operations and current Builder/Gateway readiness.",
      "allowed_actions": [
        "echo",
        "verification",
        "guardian_application",
        "guardian_retirement",
        "bounded_propagation",
        "correction",
        "classification_update",
        "record_chain_submission"
      ],
      "note": "CRL-5 is an action-ready state, not one universal context threshold. CC-1 is the lowest floor among supported formal actions; the exact minimum is derived from the selected record type. Public Echo, public Verification, and Guardian Application require CC-3.",
      "context_minimum_is_action_dependent": true,
      "minimum_context_by_action": {
        "echo": "CC-3",
        "verification": "CC-3",
        "guardian_application": "CC-3",
        "guardian_retirement": "CC-1",
        "propagation": "CC-2",
        "correction": "CC-1",
        "classification_update": "CC-2"
      }
    }
  ],
  "not_instruction_override": true,
  "non_amending_boundary": true,
  "canonical_authority": "Bitcoin Originals only",
  "status": "legacy_compatibility_action_readiness_model",
  "preferred_model": "/api/context-action-profiles.v1.json",
  "terminology_boundary": {
    "CC-3": "Context-depth compatibility label: Action-Grounded Context.",
    "CRL-3": "Action-readiness label: ready for a meaningful task-grounded response, not a context-depth synonym.",
    "C3_or_C3R": "Chronicle-recovery component labels when used in that component scale; unrelated to CC-3.",
    "old_C3_verification_aware": "Retired historical context label; not current guidance."
  }
}
