=== META ===
{
  "id": "GTPX-LOCK",
  "title": "GTPX Standard Lock",
  "version": "0.1.0",
  "status": "draft",
  "updated": "2026-04-25",
  "authority": "00_meta/GTPX-LOCK.gtpx",
  "type": "meta_lock",
  "project": "GTPX",
  "depends_on": [
    "00_meta/INDEX.gtpx",
    "00_meta/REGISTRY.gtpx",
    "99_reports/STATUS.gtpx",
    "99_reports/TEST-REPORT-001.gtpx"
  ]
}

=== DATA ===
{
  "purpose": "Defines current non-locked state of the GTPX Standard during stabilization phase.",

  "lock_policy": {
    "standard_is_locked": false,
    "all_core_documents_are_final": false,
    "modifications_require_new_version": false,
    "implicit_changes_are_forbidden": true
  },

  "current_version": "0.1.0",

  "lock_scope": [
    "meta_layer",
    "foundation_layer",
    "prq_layer",
    "language_layer",
    "contract_layer",
    "sources_layer",
    "protocol_layer",
    "validation_layer",
    "agents_layer",
    "runtime_layer",
    "examples_layer"
  ],

  "stabilization_state": {
    "phase": "pre_stable",
    "requires_full_review": true,
    "conflicts_present": true,
    "open_questions_present": true
  },

  "guarantees": [
    "no_implicit_assumptions",
    "explicit_structure_enforced",
    "validation_required_before_execution"
  ]
}

=== RULES ===
{
  "standard_must_not_be_marked_stable": true,
  "no_version_1_0_0_until_full_stabilization": true,
  "all_documents_must_be_reviewed_before_lock": true,
  "implicit_behavior_is_forbidden": true
}

=== STATUS ===
{
  "state": "draft",
  "open_questions": [
    "Resolve all registry/index mismatches",
    "Unify status and enum models",
    "Define canonical plan model",
    "Define AVHS templates"
  ],
  "next_step": "Proceed to structural synchronization (INDEX vs REGISTRY)."
}