{
  "version": 1,
  "product": "wire",
  "updatedAt": "2026-05-10T00:00:00.000Z",
  "priority": "LLM accuracy and speed first; human docs mirror this source of truth.",
  "discovery": {
    "wellKnown": "/.well-known/wire-docs.json",
    "llmDocs": "/llm/wire-docs.shape.json",
    "agentGuide": "/llm/agent-guide.md",
    "schema": "/llm/schema/wire-diagram.json"
  },
  "entrypoints": {
    "agent": "/llm/agent-guide.md",
    "mcp": "/llm/mcp.shape.json",
    "react": "/llm/react.shape.json",
    "cloud": "/llm/cloud.shape.json",
    "schema": "/llm/schema/wire-diagram.json",
    "validation": "/llm/validation.shape.json"
  },
  "contracts": [
    "wire-diagram",
    "wire-action",
    "wire-validation-result",
    "wire-react-components",
    "wire-mcp-tools",
    "wire-cloud-share-urls"
  ],
  "routes": [
    {
      "path": "/llm/wire-docs.shape.json",
      "mediaType": "application/json",
      "purpose": "Root machine-readable docs manifest.",
      "url": "https://wirediagram.app/llm/wire-docs.shape.json"
    },
    {
      "path": "/llm/agent-guide.md",
      "mediaType": "text/markdown",
      "purpose": "Prompt-ready operating guide for coding agents.",
      "url": "https://wirediagram.app/llm/agent-guide.md"
    },
    {
      "path": "/llm/mcp.shape.json",
      "mediaType": "application/json",
      "purpose": "MCP tools, resources, and operating sequences.",
      "url": "https://wirediagram.app/llm/mcp.shape.json"
    },
    {
      "path": "/llm/react.shape.json",
      "mediaType": "application/json",
      "purpose": "React library build surface and component contracts.",
      "url": "https://wirediagram.app/llm/react.shape.json"
    },
    {
      "path": "/llm/cloud.shape.json",
      "mediaType": "application/json",
      "purpose": "Wire Cloud auth, API key, share URL, and sync contracts.",
      "url": "https://wirediagram.app/llm/cloud.shape.json"
    },
    {
      "path": "/llm/schema/wire-diagram.json",
      "mediaType": "application/schema+json",
      "purpose": "Canonical WireDiagram JSON Schema.",
      "url": "https://wirediagram.app/llm/schema/wire-diagram.json"
    },
    {
      "path": "/llm/validation.shape.json",
      "mediaType": "application/json",
      "purpose": "Validation issue codes and repair hints.",
      "url": "https://wirediagram.app/llm/validation.shape.json"
    },
    {
      "path": "/llm/examples/support-triage.wire.json",
      "mediaType": "application/json",
      "purpose": "Validated support triage diagram.",
      "url": "https://wirediagram.app/llm/examples/support-triage.wire.json"
    },
    {
      "path": "/llm/examples/approval-flow.wire.json",
      "mediaType": "application/json",
      "purpose": "Validated approval workflow diagram.",
      "url": "https://wirediagram.app/llm/examples/approval-flow.wire.json"
    },
    {
      "path": "/llm/examples/rag-pipeline.wire.json",
      "mediaType": "application/json",
      "purpose": "Validated RAG pipeline diagram.",
      "url": "https://wirediagram.app/llm/examples/rag-pipeline.wire.json"
    },
    {
      "path": "/llm/examples/mcp-tool-call-flow.wire.json",
      "mediaType": "application/json",
      "purpose": "Validated MCP tool-call loop diagram.",
      "url": "https://wirediagram.app/llm/examples/mcp-tool-call-flow.wire.json"
    },
    {
      "path": "/llm/recipes/build-react-workspace.json",
      "mediaType": "application/json",
      "purpose": "Recipe for building with @aigentive/wire-react.",
      "url": "https://wirediagram.app/llm/recipes/build-react-workspace.json"
    },
    {
      "path": "/llm/recipes/connect-local-mcp.json",
      "mediaType": "application/json",
      "purpose": "Recipe for connecting local MCP clients to Wire Cloud.",
      "url": "https://wirediagram.app/llm/recipes/connect-local-mcp.json"
    },
    {
      "path": "/llm/recipes/repair-invalid-diagram.json",
      "mediaType": "application/json",
      "purpose": "Recipe for repairing invalid Wire JSON.",
      "url": "https://wirediagram.app/llm/recipes/repair-invalid-diagram.json"
    }
  ],
  "absolute": {
    "wellKnown": "https://wirediagram.app/.well-known/wire-docs.json",
    "llmDocs": "https://wirediagram.app/llm/wire-docs.shape.json",
    "agentGuide": "https://wirediagram.app/llm/agent-guide.md",
    "schema": "https://wirediagram.app/llm/schema/wire-diagram.json"
  },
  "topics": [
    "wire.agent",
    "wire.mcp",
    "wire.schema",
    "wire.validation"
  ],
  "examples": [
    "approval-flow",
    "mcp-tool-call-flow",
    "rag-pipeline",
    "support-triage"
  ],
  "recipes": [
    "build-react-workspace",
    "connect-local-mcp",
    "repair-invalid-diagram"
  ]
}
