=== META ===
{
  "id": "GTPX-SCOPE",
  "title": "GTPX Scope",
  "version": "0.1.0",
  "status": "draft",
  "updated": "2026-04-25",
  "authority": "01_foundation/GTPX-SCOPE.gtpx",
  "type": "foundation_scope",
  "project": "GTPX",
  "depends_on": [
    "01_foundation/GTPX-DEFINITION.gtpx",
    "01_foundation/GTPX-PURPOSE.gtpx",
    "01_foundation/GTPX-ACTORS.gtpx"
  ]
}

=== DATA ===
{
  "purpose": "Defines what the GTPX Standard covers and what it explicitly does not cover.",

  "in_scope": [
    "communication_standard",
    "contract_model",
    "request_model",
    "response_model",
    "validation_model",
    "source_model",
    "source_relevance",
    "source_verification",
    "acknowledgement_model",
    "hash_model",
    "dry_run_model",
    "patch_model",
    "audit_model"
  ],

  "out_of_scope": [
    "business_logic_of_specific_applications",
    "legal_interpretation_by_itself",
    "implementation_of_a_specific_runtime",
    "automatic_execution_without_handler",
    "uncontrolled_agent_autonomy",
    "undocumented_source_usage",
    "implicit_assumptions",
    "silent_data_transformation"
  ],

  "scope_statement": "GTPX defines a deterministic communication and validation standard for structured interaction between humans, AI models, and systems. It does not define the internal business logic of a specific application, nor does it replace professional legal, technical, or domain-specific judgment."
}

=== RULES ===
{
  "scope_must_be_explicit": true,
  "in_scope_items_are_authoritative": true,
  "out_of_scope_items_are_authoritative": true,
  "undefined_scope_is_invalid": true,
  "scope_expansion_requires_explicit_patch": true,
  "implicit_scope_expansion_is_forbidden": true
}

=== STATUS ===
{
  "state": "draft",
  "open_questions": [],
  "next_step": "Create and populate 02_prq/GTPX-PRQ-CORE.gtpx."
}