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

=== DATA ===
{
  "purpose": "Defines the initial actor groups that participate in the creation, implementation, maintenance, use, and education of the GTPX Standard.",

  "actor_policy": {
    "actor_set_is_closed_for_this_phase": true,
    "new_actor_groups_must_not_be_added_without_explicit_decision": true,
    "this_document_defines_actor_groups_only": true,
    "detailed_responsibilities_are_defined_later": true
  },

  "actor_groups": [
    {
      "id": "ACTOR-GROUP-001",
      "name": "Developers / Implementers / System Integrators",
      "description": "Persons or organizations that build, implement, integrate, adapt, or operate systems based on the GTPX Standard."
    },
    {
      "id": "ACTOR-GROUP-002",
      "name": "AI Model",
      "description": "The artificial intelligence model or machine that receives, interprets, processes, or generates outputs according to GTPX-defined structures and constraints."
    },
    {
      "id": "ACTOR-GROUP-003",
      "name": "Maintainers / Community",
      "description": "Persons, organizations, or open-source community members responsible for maintaining, reviewing, improving, versioning, and governing the GTPX Standard."
    },
    {
      "id": "ACTOR-GROUP-004",
      "name": "Educators / Advisors / Licensors",
      "description": "Persons or organizations that teach, document, advise on, certify, license, review, or professionally support adoption and correct use of the GTPX Standard."
    }
  ]
}

=== RULES ===
{
  "only_listed_actor_groups_are_valid_in_this_phase": true,
  "actor_group_names_must_not_be_changed_without_explicit_decision": true,
  "actor_groups_must_not_be_split_without_explicit_decision": true,
  "actor_groups_must_not_be_extended_without_explicit_decision": true,
  "this_document_must_not_define_runtime_components": true,
  "this_document_must_not_define_agent_architecture": true
}

=== STATUS ===
{
  "state": "draft",
  "open_questions": [],
  "next_step": "Create and populate 01_foundation/GTPX-SCOPE.gtpx."
}