{
  "schema": "trinityaccord.context-depth-declaration.v1",
  "version": "v1.1",
  "purpose": "Compatibility format for declaring loaded context. New work selects an action profile first, lists exact sources actually loaded, and treats CC as Builder/archive compatibility metadata rather than proof of understanding.",
  "not_instruction_override": true,
  "non_amending_boundary": true,
  "canonical_authority": "Bitcoin Originals only",
  "declaration_format": {
    "context_depth_achieved": {
      "type": "string",
      "enum": [
        "CC-0",
        "CC-1",
        "CC-2",
        "CC-3",
        "CC-4",
        "CC-5"
      ],
      "required": true,
      "description": "The highest context depth level achieved."
    },
    "loaded_content": {
      "type": "object",
      "required": true,
      "properties": {
        "cc1_loads": {
          "type": "object",
          "properties": {
            "agent-minimal-context.v1.json": {
              "type": "boolean"
            },
            "agent-first-contact.json": {
              "type": "boolean"
            },
            "authority.json": {
              "type": "boolean"
            },
            "agent-output-policy.v1.json": {
              "type": "boolean"
            }
          }
        },
        "cc2_loads": {
          "type": "object",
          "properties": {
            "inscriptions_full_text": {
              "type": "boolean"
            },
            "authority_page": {
              "type": "boolean"
            },
            "guardian_principles": {
              "type": "boolean"
            },
            "context_pack_core_ontology": {
              "type": "boolean"
            },
            "context_pack_authority_boundary": {
              "type": "boolean"
            },
            "context_pack_bitcoin_inscription_mirrors": {
              "type": "boolean"
            }
          }
        },
        "cc3_loads": {
          "type": "object",
          "properties": {
            "legacy_archive_essentials": {
              "type": "boolean",
              "description": "Conditional legacy field. Load only when the claim depends on archived provenance or historical website material."
            },
            "chronicle_agent_context": {
              "type": "boolean",
              "description": "Conditional legacy field. Load only when the claim depends on Chronicle-related context."
            },
            "chronicle_summary_json": {
              "type": "boolean",
              "description": "Conditional legacy field. Load only when the claim depends on Chronicle-related context."
            },
            "agent_brief": {
              "type": "boolean",
              "description": "Current CC-3 base source for classification and routing."
            },
            "context_pack_vision_layer": {
              "type": "boolean",
              "description": "Conditional field. Load only when the claim depends on the later vision layer."
            },
            "context_pack_physical_anchor": {
              "type": "boolean",
              "description": "Conditional field. Load only when the claim depends on physical-anchor or notarial evidence."
            },
            "context_pack_legacy_archive_index": {
              "type": "boolean",
              "description": "Conditional field. Load only when the claim depends on archived provenance."
            },
            "context_pack_nft_chronicle": {
              "type": "boolean",
              "description": "Conditional field. Load only when the claim depends on Chronicle, music, creative work, or human witness."
            },
            "action_profile": {
              "type": "string",
              "enum": [
                "interpretation",
                "verification",
                "record_action",
                "deep_research"
              ],
              "description": "Selected current action profile."
            },
            "exact_task_relevant_sources": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Exact sources actually loaded for the selected claim or action."
            },
            "corrections_or_supersession_checked": {
              "type": "boolean",
              "description": "Required when discussing a later record, report, correction, retirement, or supersession state."
            },
            "chronicle_loaded_because_claim_depends_on_it": {
              "type": "boolean",
              "description": "True only when the selected claim depends on Chronicle, history, music, creative work, family witness, or human-witness context."
            }
          }
        },
        "cc4_loads": {
          "type": "object",
          "properties": {
            "legacy_archive_full": {
              "type": "boolean"
            },
            "verification_materials": {
              "type": "boolean"
            },
            "guardian_alliance": {
              "type": "boolean"
            },
            "for_skeptical_agents": {
              "type": "boolean"
            },
            "echo_types": {
              "type": "boolean"
            },
            "gateway_workflow_overview": {
              "type": "boolean"
            },
            "echo_types_deprecated_note": "echo_type is deprecated. Echo is unified type."
          }
        },
        "cc5_loads": {
          "type": "object",
          "properties": {
            "chronicle_full_md": {
              "type": "boolean"
            },
            "chronicle_index_json": {
              "type": "boolean"
            },
            "CHRONICLE_MUSIC_TABLE": {
              "type": "boolean"
            },
            "task_specific_schemas": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "chronicle_depth": {
      "type": "object",
      "description": "Declares which Chronicle layers were loaded.",
      "properties": {
        "chronicle_summary_json": {
          "type": "boolean"
        },
        "chronicle_agent_context": {
          "type": "boolean"
        },
        "chronicle_index_json": {
          "type": "boolean"
        },
        "chronicle_full_md": {
          "type": "boolean"
        },
        "CHRONICLE_MUSIC_TABLE": {
          "type": "boolean"
        }
      }
    },
    "legacy_archive_depth": {
      "type": "object",
      "description": "Declares whether the structured essentials or full archive was loaded.",
      "properties": {
        "structured_essentials_only": {
          "type": "boolean"
        },
        "full_archive": {
          "type": "boolean"
        }
      }
    },
    "limitations": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "required": true,
      "description": "What was NOT loaded or checked."
    }
  },
  "example_declaration": {
    "context_depth_achieved": "CC-3",
    "loaded_content": {
      "cc1_loads": {
        "agent-minimal-context.v1.json": true,
        "agent-first-contact.json": true,
        "authority.json": true,
        "agent-output-policy.v1.json": true
      },
      "cc2_loads": {
        "inscriptions_full_text": true,
        "authority_page": true,
        "guardian_principles": true,
        "context_pack_core_ontology": true,
        "context_pack_authority_boundary": true,
        "context_pack_bitcoin_inscription_mirrors": true
      },
      "cc3_loads": {
        "legacy_archive_essentials": false,
        "chronicle_agent_context": false,
        "chronicle_summary_json": false,
        "agent_brief": true,
        "context_pack_vision_layer": false,
        "context_pack_physical_anchor": false,
        "context_pack_legacy_archive_index": false,
        "context_pack_nft_chronicle": false,
        "action_profile": "interpretation",
        "exact_task_relevant_sources": [
          "https://www.trinityaccord.org/inscriptions/",
          "https://www.trinityaccord.org/authority/",
          "https://www.trinityaccord.org/agent-brief/",
          "https://www.trinityaccord.org/agent-echo/"
        ],
        "corrections_or_supersession_checked": false,
        "chronicle_loaded_because_claim_depends_on_it": false
      }
    },
    "chronicle_depth": {
      "chronicle_summary_json": false,
      "chronicle_agent_context": false,
      "chronicle_index_json": false,
      "chronicle_full_md": false,
      "CHRONICLE_MUSIC_TABLE": false
    },
    "legacy_archive_depth": {
      "structured_essentials_only": false,
      "full_archive": false
    },
    "limitations": [
      "This bounded Echo did not make Chronicle-wide, physical-evidence, or full-archive claims.",
      "No technical verification was performed; a separate Verification record would be required."
    ]
  },
  "boundary": "This declaration format is non-authoritative. It describes what content was loaded, not what was verified or endorsed. Bitcoin Originals prevail.",
  "status": "legacy_builder_compatibility_declaration",
  "preferred_model": "/api/context-action-profiles.v1.json",
  "current_rule": {
    "select_action_profile_first": true,
    "actual_loaded_sources_control_sufficiency": true,
    "cc_label_alone_is_insufficient": true,
    "chronicle_and_legacy_material_are_conditional": true,
    "public_echo_and_public_verification_minimum": "CC-3",
    "private_narrow_technical_check_compatibility": "CC-2"
  },
  "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."
  }
}
