{
  "schema": "https://agent-buildprint.com/schemas/buildprint-package.v1.json",
  "slug": "stripe-billing-extension",
  "title": "Stripe Billing Extension",
  "category": "Feature / Extension",
  "tier": "basic",
  "status": "validated",
  "runtime": [
    "Any backend",
    "TypeScript proof"
  ],
  "stack": [
    "Stripe",
    "Webhooks",
    "Entitlements",
    "SaaS"
  ],
  "canonicalStart": "BUILDPRINT.md",
  "readOrder": [
    "BUILDPRINT.md"
  ],
  "entrypoints": {
    "human": "/buildprints/stripe-billing-extension/",
    "agent": "/buildprints/stripe-billing-extension/agent.md",
    "manifest": "/buildprints/stripe-billing-extension/package.json",
    "prompt": "/buildprints/stripe-billing-extension/prompt.txt",
    "github": "https://github.com/DomEscobar/agent-buildprint/tree/main/buildprints/stripe-billing-extension",
    "rawBase": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files"
  },
  "bootstrap": {
    "command": "agb start https://agent-buildprint.com/buildprints/stripe-billing-extension/package.json",
    "fallbackCommand": "git clone https://github.com/DomEscobar/agent-buildprint && node agent-buildprint/bin/agb.js start https://agent-buildprint.com/buildprints/stripe-billing-extension/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/stripe-billing-extension/files/BUILDPRINT.md"
    },
    {
      "path": "checks/acceptance.md",
      "purpose": "acceptance checklist",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/checks/acceptance.md"
    },
    {
      "path": "CONTRACTS.md",
      "purpose": "legacy interface/data contracts, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/CONTRACTS.md"
    },
    {
      "path": "PLAN.md",
      "purpose": "legacy execution index, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/PLAN.md"
    },
    {
      "path": "proof/package.json",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/package.json"
    },
    {
      "path": "proof/src/billing/entitlements.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/billing/entitlements.ts"
    },
    {
      "path": "proof/src/billing/env.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/billing/env.ts"
    },
    {
      "path": "proof/src/billing/errors.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/billing/errors.ts"
    },
    {
      "path": "proof/src/billing/provider.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/billing/provider.ts"
    },
    {
      "path": "proof/src/billing/service.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/billing/service.ts"
    },
    {
      "path": "proof/src/billing/store.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/billing/store.ts"
    },
    {
      "path": "proof/src/billing/types.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/billing/types.ts"
    },
    {
      "path": "proof/src/billing/webhook.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/billing/webhook.ts"
    },
    {
      "path": "proof/src/billing/webhookVerifier.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/billing/webhookVerifier.ts"
    },
    {
      "path": "proof/src/index.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/index.ts"
    },
    {
      "path": "proof/src/ui/billingUi.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/src/ui/billingUi.ts"
    },
    {
      "path": "proof/test/billing.test.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/test/billing.test.ts"
    },
    {
      "path": "proof/test/node-builtins.d.ts",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/test/node-builtins.d.ts"
    },
    {
      "path": "proof/tsconfig.json",
      "purpose": "offline proof artifact",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/proof/tsconfig.json"
    },
    {
      "path": "publication.json",
      "purpose": "machine-readable mirror",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/publication.json"
    },
    {
      "path": "README.md",
      "purpose": "human overview, non-authoritative",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/README.md"
    },
    {
      "path": "SPEC.md",
      "purpose": "legacy behavior requirements, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/SPEC.md"
    },
    {
      "path": "TARGET_STACK_ADAPTERS.md",
      "purpose": "Buildprint package file",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/TARGET_STACK_ADAPTERS.md"
    },
    {
      "path": "TEST_MATRIX.md",
      "purpose": "legacy risk-to-test alignment, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/files/TEST_MATRIX.md"
    },
    {
      "path": "VALIDATION_TEMPLATE.md",
      "purpose": "legacy completion report template, when present",
      "required": true,
      "rawUrl": "https://agent-buildprint.com/buildprints/stripe-billing-extension/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."
  }
}