{
  "schema": "https://agent-buildprint.com/schemas/buildprint-package.v1.json",
  "slug": "portable-durable-agent-graph-runtime",
  "title": "Portable Durable Agent Graph Runtime",
  "category": "Mapped Project",
  "tier": "agent-grade",
  "status": "validated",
  "runtime": [
    "TypeScript",
    "Clean-room runtime proof"
  ],
  "stack": [
    "Typed state graph",
    "Reducers",
    "Checkpointing",
    "Interrupt/resume",
    "Send fanout"
  ],
  "canonicalStart": "BUILDPRINT.md",
  "readOrder": [
    "BUILDPRINT.md"
  ],
  "entrypoints": {
    "human": "/buildprints/portable-durable-agent-graph-runtime/",
    "agent": "/buildprints/portable-durable-agent-graph-runtime/agent.md",
    "manifest": "/buildprints/portable-durable-agent-graph-runtime/package.json",
    "prompt": "/buildprints/portable-durable-agent-graph-runtime/prompt.txt",
    "github": "https://github.com/DomEscobar/agent-buildprint/tree/main/buildprints/portable-durable-agent-graph-runtime",
    "originGithub": "https://github.com/langchain-ai/langgraph",
    "rawBase": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files"
  },
  "bootstrap": {
    "command": "agb start https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/package.json",
    "fallbackCommand": "git clone https://github.com/DomEscobar/agent-buildprint && node agent-buildprint/bin/agb.js start https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/package.json",
    "stateDir": ".buildprint",
    "snapshotMode": "download_exact",
    "rule": "Do not write, summarize, or regenerate snapshot files manually. Use agb start to download exact files from this manifest."
  },
  "files": [
    {
      "path": "BUILDPRINT.md",
      "purpose": "compatibility bootstrap or package contract",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/BUILDPRINT.md"
    },
    {
      "path": "checks/acceptance.md",
      "purpose": "acceptance checklist",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/checks/acceptance.md"
    },
    {
      "path": "CONTRACTS.md",
      "purpose": "legacy interface/data contracts, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/CONTRACTS.md"
    },
    {
      "path": "PARITY_CLAIMS.md",
      "purpose": "Buildprint package file",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/PARITY_CLAIMS.md"
    },
    {
      "path": "PLAN.md",
      "purpose": "legacy execution index, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/PLAN.md"
    },
    {
      "path": "publication.json",
      "purpose": "machine-readable mirror",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/publication.json"
    },
    {
      "path": "QA_PLAN.md",
      "purpose": "Buildprint package file",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/QA_PLAN.md"
    },
    {
      "path": "README.md",
      "purpose": "human overview, non-authoritative",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/README.md"
    },
    {
      "path": "SOURCE_TRACE.md",
      "purpose": "Buildprint package file",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/SOURCE_TRACE.md"
    },
    {
      "path": "SPEC.md",
      "purpose": "legacy behavior requirements, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/SPEC.md"
    },
    {
      "path": "SYSTEM_MAP.md",
      "purpose": "Buildprint package file",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/SYSTEM_MAP.md"
    },
    {
      "path": "TEST_MATRIX.md",
      "purpose": "legacy risk-to-test alignment, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/TEST_MATRIX.md"
    },
    {
      "path": "THREAT_MODEL.md",
      "purpose": "Buildprint package file",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/THREAT_MODEL.md"
    },
    {
      "path": "TRACEABILITY_MATRIX.md",
      "purpose": "Buildprint package file",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/TRACEABILITY_MATRIX.md"
    },
    {
      "path": "VALIDATION_TEMPLATE.md",
      "purpose": "legacy completion report template, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/portable-durable-agent-graph-runtime/files/VALIDATION_TEMPLATE.md"
    }
  ],
  "instructions": {
    "canonicalStart": "BUILDPRINT.md",
    "readOrder": [
      "BUILDPRINT.md"
    ],
    "rule": "Do not scrape human cards. Use this manifest, agent.md, and raw files. BUILDPRINT.md is the canonical start file and owns the required read order, phase gates, and acceptance gates. Structured control files are machine-readable mirrors only."
  }
}