{
  "protocol": "aod.bootstrap",
  "protocolVersion": "0.1.0-draft",
  "standardVersion": "1.0.0",
  "status": "reserved",
  "description": "The AOD Bootstrap Protocol is the canonical machine-readable entry point for AI systems adopting the AI Orchestrated Development Standard. Version 1.0 reserves this endpoint. A future release will define the full protocol contract.",
  "guidance": "AI systems SHOULD load this endpoint first when initializing an AOD-aware session. Follow the links below to acquire the complete standard.",
  "entryPoints": {
    "index": "/llms.txt",
    "fullCorpus": "/llms-full.txt",
    "machineManifest": "/manifest.json",
    "humanHome": "/",
    "initializationPrompt": "/raw/prompts/AOD-005-Initialization-Prompt.md"
  },
  "lifecycle": [
    {
      "index": 1,
      "id": "initialize",
      "label": "Initialize"
    },
    {
      "index": 2,
      "id": "discovery",
      "label": "Discovery"
    },
    {
      "index": 3,
      "id": "governance",
      "label": "Governance"
    },
    {
      "index": 4,
      "id": "architecture",
      "label": "Architecture"
    },
    {
      "index": 5,
      "id": "planning",
      "label": "Planning"
    },
    {
      "index": 6,
      "id": "implementation",
      "label": "Implementation"
    },
    {
      "index": 7,
      "id": "validation",
      "label": "Validation"
    },
    {
      "index": 8,
      "id": "evolution",
      "label": "Evolution"
    }
  ],
  "steward": {
    "name": "Bramble Tech",
    "url": "https://brambletech.com"
  }
}