{
  "repositoryUrl": "https://github.com/jterrats/open-orchestra",
  "packageUrl": "https://www.npmjs.com/package/@jterrats/open-orchestra",
  "nav": [{ "href": "https://jterrats.dev", "label": "Main site" }],
  "pages": [
    {
      "path": "/",
      "label": "Home",
      "title": "Start with governed local delivery",
      "sections": ["hero", "quickstart", "capabilities"]
    },
    {
      "path": "/docs",
      "label": "Docs",
      "title": "Documentation map",
      "sections": ["docsCatalog"]
    },
    {
      "path": "/console",
      "label": "Web Console",
      "title": "Local web console",
      "sections": ["consoleGuide"]
    },
    {
      "path": "/personas",
      "label": "Personas",
      "title": "Work by role",
      "sections": ["personas", "workflow"]
    },
    {
      "path": "/architecture",
      "label": "Architecture",
      "title": "Architecture and system boundaries",
      "sections": ["architecture"]
    },
    {
      "path": "/release",
      "label": "Release",
      "title": "Release readiness",
      "sections": ["releaseGuide"]
    },
    {
      "path": "/reference",
      "label": "Reference",
      "title": "Command and integration reference",
      "sections": ["referenceGuide"]
    }
  ],
  "hero": {
    "source": "README.md",
    "heading": "Open Orchestra"
  },
  "quickstart": {
    "source": "README.md",
    "heading": "Individual Mode: First Value In Minutes"
  },
  "capabilities": {
    "source": "README.md",
    "heading": "Core Product Surface"
  },
  "architecture": {
    "source": "docs/architecture.md",
    "heading": "Architecture"
  },
  "personas": {
    "source": "docs/persona-workflows.md",
    "headings": [
      { "heading": "Product Owner Refinement", "label": "PO" },
      { "heading": "Developer Execution", "label": "Dev" },
      { "heading": "QA Validation", "label": "QA" },
      { "heading": "Tech Lead Oversight", "label": "TL" },
      { "heading": "Release Management", "label": "RM" },
      { "heading": "Technical Writer Review", "label": "TW" }
    ]
  },
  "workflow": {
    "source": "docs/orchestra-mvp.md"
  },
  "launch": {
    "links": [
      {
        "title": "Install",
        "label": "npm",
        "href": "https://www.npmjs.com/package/@jterrats/open-orchestra",
        "source": "README.md",
        "heading": "Quick Start"
      },
      {
        "title": "Quickstart",
        "label": "README",
        "href": "https://github.com/jterrats/open-orchestra#quick-start",
        "source": "README.md",
        "heading": "Individual Mode: First Value In Minutes"
      },
      {
        "title": "Release matrix",
        "label": "docs/release-test-matrix.md",
        "source": "docs/release-test-matrix.md",
        "heading": "1.0.0 Release Test Matrix"
      },
      {
        "title": "Runtime adapters",
        "label": "docs/runtime-adapters.md",
        "source": "docs/runtime-adapters.md",
        "heading": "Runtime Adapters"
      }
    ]
  },
  "docs": {
    "links": [
      {
        "title": "Adoption guide",
        "source": "docs/adoption-guide.md",
        "heading": "Open Orchestra 1.0.0 Adoption Guide"
      },
      {
        "title": "Core command surface",
        "source": "docs/core-command-surface.md",
        "heading": "Core Command Surface"
      },
      {
        "title": "E2E test batteries",
        "source": "docs/e2e-test-batteries.md",
        "heading": "End-to-End Test Batteries"
      },
      {
        "title": "Duplicate-code enforcement",
        "source": "docs/duplicate-code-enforcement.md",
        "heading": "Duplicate-Code Enforcement"
      },
      {
        "title": "Sonar quality gates",
        "source": "docs/sonar-quality-gates.md",
        "heading": "Sonar Quality Gates"
      },
      {
        "title": "Sonar architecture model",
        "source": "docs/sonar-architecture-model.md",
        "heading": "Sonar Architecture Model"
      },
      {
        "title": "Runtime adapters",
        "source": "docs/runtime-adapters.md",
        "heading": "Runtime Adapters"
      },
      {
        "title": "Context vault",
        "source": "docs/context-vault.md",
        "heading": "Context Vault"
      },
      {
        "title": "Site content workflow",
        "source": "docs/site-content-workflow.md",
        "heading": "Public Site Content Workflow"
      }
    ]
  },
  "releaseDocs": {
    "links": [
      {
        "title": "Release test matrix",
        "source": "docs/release-test-matrix.md",
        "heading": "1.0.0 Release Test Matrix"
      },
      {
        "title": "E2E test batteries",
        "source": "docs/e2e-test-batteries.md",
        "heading": "End-to-End Test Batteries"
      },
      {
        "title": "Sonar quality gates",
        "source": "docs/sonar-quality-gates.md",
        "heading": "Sonar Quality Gates"
      },
      {
        "title": "Sonar architecture model",
        "source": "docs/sonar-architecture-model.md",
        "heading": "Sonar Architecture Model"
      },
      {
        "title": "QA evidence",
        "source": "docs/site-content-workflow.md",
        "heading": "QA Evidence"
      },
      {
        "title": "Package naming",
        "source": "docs/package-naming.md",
        "heading": "Package Naming Decision"
      },
      {
        "title": "Upgrade dogfooding",
        "source": "README.md",
        "heading": "Quick Start"
      }
    ]
  },
  "console": {
    "links": [
      {
        "title": "Web console QA",
        "source": "docs/web-console-qa.md",
        "heading": "Web Console QA Notes"
      },
      {
        "title": "Local web console",
        "source": "docs/orchestra-mvp.md",
        "heading": "Commands"
      },
      {
        "title": "Workflow progress API",
        "source": "README.md",
        "heading": "1.0.0 Workflow Tooling"
      },
      {
        "title": "Delivery dashboard",
        "source": "docs/adoption-guide.md",
        "heading": "Release Operations"
      }
    ]
  },
  "reference": {
    "links": [
      {
        "title": "Command contracts",
        "source": "docs/command-contracts.md",
        "heading": "Command Contracts"
      },
      {
        "title": "Generated artifact APIs",
        "source": "docs/generated-artifact-api-catalog.md",
        "heading": "Generated Artifact API Catalog"
      },
      {
        "title": "Runtime LLM flow",
        "source": "docs/runtime-llm-flow.md",
        "heading": "Runtime LLM Flow"
      },
      {
        "title": "Tracker adapter contract",
        "source": "docs/tracker-adapter-contract.md",
        "heading": "Tracker Adapter Contract"
      },
      {
        "title": "Source of truth and learning",
        "source": "docs/source-of-truth-and-agent-learning.md",
        "heading": "Source of Truth and Agent Learning"
      }
    ]
  }
}
