{
  "schemaVersion": "1.0.0",
  "id": "warrant-s01e02-anatomy-of-a-receipt",
  "title": "Anatomy of a Receipt: What's Inside a Decision Proof",
  "show": "Warrant",
  "season": "S01",
  "episode": "E02",
  "owner": "Summit Media Foundry",
  "createdAt": "2026-06-04T00:00:00.000Z",
  "canon": {
    "episodePlan": {
      "premise": "Episode 1 established the accountability gap. Now we open the box. A Decision Receipt is not a log entry or a dashboard metric — it is a five-layer cryptographic proof. This episode dissects each layer: the sealed evidence bundle, the deny-by-default policy enforcement record, the competing hypotheses, the Ed25519 signature, and the deterministic replay capability that transforms a record into a proof.",
      "audiencePromise": "By the end of this episode, you will understand exactly what is inside a Decision Receipt, why each layer exists, and how deterministic replay turns an accountability claim into an independently verifiable proof — all without exposing patent-sensitive internals.",
      "coldOpen": "The host holds up a single JSON payload. 'This is a Decision Receipt. It was generated at 14:32 UTC last Tuesday. It proves — not claims, proves — that an AI-assisted decision was made through a documented process. Let me show you what is inside.'",
      "hostIntro": "Welcome back to Warrant. Last episode we mapped the accountability gap — four NIST functions, five categories of tools, zero portable proofs. Today we go inside the artifact that fills that gap. This is the anatomy of a Decision Receipt.",
      "guestPrep": [
        "Be ready to explain each of the five receipt layers in plain language.",
        "Have a redacted receipt example ready for visual walkthrough.",
        "Prepare the Ed25519 verification demo against the public endpoint.",
        "Know the difference between deterministic replay and post-hoc explainability cold."
      ],
      "interviewQuestions": [
        "What is inside the evidence bundle, and why is it sealed at decision time rather than reconstructed after?",
        "Walk us through what deny-by-default policy enforcement means in practice — what happens when a decision is blocked?",
        "Why does the receipt capture competing hypotheses? What does that prove that a single outcome cannot?",
        "How does Ed25519 signing make the receipt independently verifiable without contacting the issuing system?",
        "Explain deterministic replay to someone who has never heard the term. Why is it the critical difference between a receipt and a log?"
      ],
      "argumentMap": [
        "A Decision Receipt contains five distinct layers, each serving a specific accountability function.",
        "The sealed evidence bundle captures decision-time inputs, not after-the-fact reconstructions.",
        "Deny-by-default policy enforcement means no decision proceeds without documented policy evaluation.",
        "Competing hypotheses record proves alternatives were considered, not just the winning outcome.",
        "Ed25519 signatures enable independent verification without system access.",
        "Deterministic replay transforms the receipt from a record into a reproducible proof."
      ],
      "emotionalArc": [
        "curiosity about the artifact",
        "appreciation for each layer's purpose",
        "understanding of the replay concept",
        "confidence in the verification model",
        "desire to see it in action"
      ],
      "editorialRiskFlags": [
        "Do not reproduce internal receipt schema or field names — use public abstract language only.",
        "Patent-sensitive material: reference architecture from public abstract, do not expose implementation details.",
        "The Ed25519 choice is a design decision, not a proprietary innovation — frame accordingly.",
        "Competing hypotheses concept is patent-sensitive — describe the what, not the how."
      ],
      "publicationConstraints": [
        "No patent-sensitive primitives in public outputs",
        "Receipt internals described at public-abstract level only",
        "Ed25519 framed as standard cryptography, not proprietary",
        "Competing hypotheses described functionally, not architecturally"
      ],
      "callToAction": "Check the source appendix for the cryptographic verification primer and deterministic replay concept paper, then visit decrec.summitcognitive.ai to verify a real receipt yourself.",
      "segments": [
        {
          "id": "seg-cold-open",
          "title": "Cold open: opening the box",
          "purpose": "Present a Decision Receipt as a tangible artifact and set up the five-layer dissection.",
          "sceneIds": [
            "scene-001"
          ],
          "narrationLineIds": [
            "line-001"
          ],
          "claimIds": [
            "claim-001"
          ],
          "durationEstimateSeconds": 60
        },
        {
          "id": "seg-evidence-bundle",
          "title": "Layer 1: The sealed evidence bundle",
          "purpose": "Explain what the evidence bundle contains and why sealing at decision time matters.",
          "sceneIds": [
            "scene-002"
          ],
          "narrationLineIds": [
            "line-002"
          ],
          "claimIds": [
            "claim-002"
          ],
          "durationEstimateSeconds": 180
        },
        {
          "id": "seg-policy-enforcement",
          "title": "Layer 2: Deny-by-default policy enforcement",
          "purpose": "Show that every decision must pass policy evaluation and the outcome is recorded.",
          "sceneIds": [
            "scene-003"
          ],
          "narrationLineIds": [
            "line-003"
          ],
          "claimIds": [
            "claim-002",
            "claim-003"
          ],
          "durationEstimateSeconds": 150
        },
        {
          "id": "seg-hypotheses",
          "title": "Layer 3: Competing hypotheses",
          "purpose": "Explain why recording alternatives considered is essential to accountability.",
          "sceneIds": [
            "scene-004"
          ],
          "narrationLineIds": [
            "line-004"
          ],
          "claimIds": [
            "claim-003"
          ],
          "durationEstimateSeconds": 150
        },
        {
          "id": "seg-signature",
          "title": "Layer 4: Ed25519 cryptographic signature",
          "purpose": "Demonstrate how the signature enables independent verification.",
          "sceneIds": [
            "scene-005"
          ],
          "narrationLineIds": [
            "line-005"
          ],
          "claimIds": [
            "claim-004"
          ],
          "durationEstimateSeconds": 150
        },
        {
          "id": "seg-replay",
          "title": "Layer 5: Deterministic replay",
          "purpose": "The critical distinction — replay transforms a record into a proof.",
          "sceneIds": [
            "scene-006"
          ],
          "narrationLineIds": [
            "line-006",
            "line-007"
          ],
          "claimIds": [
            "claim-004",
            "claim-005"
          ],
          "durationEstimateSeconds": 200
        },
        {
          "id": "seg-close",
          "title": "Close: a proof, not a claim",
          "purpose": "Synthesize the five layers and preview Episode 3.",
          "sceneIds": [
            "scene-007"
          ],
          "narrationLineIds": [
            "line-008"
          ],
          "claimIds": [],
          "durationEstimateSeconds": 60
        }
      ]
    },
    "evidenceLedger": {
      "id": "ledger-s01e02",
      "sources": [
        {
          "id": "source-nist-ai-rmf",
          "title": "NIST AI RMF 1.0 and NIST AI 600-1 gap analysis",
          "type": "document",
          "uri": "fixtures/production/warrant-s01e01-the-accountability-gap/sources/nist-ai-rmf-gap.txt",
          "rightsId": "rights-public-record",
          "reliability": "high",
          "collectedAt": "2026-06-03T00:00:00.000Z",
          "citation": "NIST AI Risk Management Framework 1.0 (Jan 2023) and AI 600-1 (Jul 2024), gap analysis by Summit Cognitive."
        },
        {
          "id": "source-competitive-landscape",
          "title": "Decision accountability competitive landscape — June 2026",
          "type": "document",
          "uri": "fixtures/production/warrant-s01e01-the-accountability-gap/sources/competitive-landscape.txt",
          "rightsId": "rights-internal-analysis",
          "reliability": "high",
          "collectedAt": "2026-06-03T00:00:00.000Z",
          "citation": "Summit Cognitive internal competitive landscape analysis, June 2026."
        },
        {
          "id": "source-receipt-anatomy",
          "title": "Decision Receipt anatomy — public reference (patent-safe)",
          "type": "document",
          "uri": "fixtures/production/warrant-s01e02-anatomy-of-a-receipt/sources/receipt-anatomy-public.txt",
          "rightsId": "rights-patent-public",
          "reliability": "high",
          "collectedAt": "2026-06-04T00:00:00.000Z",
          "citation": "Decision Receipt public architecture derived from U.S. Provisional Patent Application No. 64/034,952 abstract and decrec.summitcognitive.ai verification endpoint."
        },
        {
          "id": "source-crypto-primer",
          "title": "Cryptographic verification primer — Ed25519 digital signatures",
          "type": "document",
          "uri": "fixtures/production/warrant-s01e02-anatomy-of-a-receipt/sources/cryptographic-verification-primer.txt",
          "rightsId": "rights-public-record",
          "reliability": "high",
          "collectedAt": "2026-06-04T00:00:00.000Z",
          "citation": "RFC 8032 (Edwards-Curve Digital Signature Algorithm) and NIST FIPS 186-5 (Digital Signature Standard)."
        },
        {
          "id": "source-replay-concept",
          "title": "Deterministic replay — concept and significance",
          "type": "document",
          "uri": "fixtures/production/warrant-s01e02-anatomy-of-a-receipt/sources/deterministic-replay-concept.txt",
          "rightsId": "rights-internal-analysis",
          "reliability": "high",
          "collectedAt": "2026-06-04T00:00:00.000Z",
          "citation": "Summit Cognitive internal analysis of deterministic replay for AI decision accountability, June 2026."
        }
      ],
      "claims": [
        {
          "id": "claim-001",
          "text": "A Decision Receipt is a five-layer cryptographic proof comprising a sealed evidence bundle, policy enforcement record, competing hypotheses, Ed25519 signature, and deterministic replay capability.",
          "evidenceIds": [
            "evidence-receipt-architecture"
          ],
          "risk": "medium",
          "approvalStatus": "approved"
        },
        {
          "id": "claim-002",
          "text": "The evidence bundle is sealed at decision time, capturing the actual inputs the system considered — not a reconstruction or log entry generated after the fact.",
          "evidenceIds": [
            "evidence-receipt-architecture",
            "evidence-replay-vs-logs"
          ],
          "risk": "medium",
          "approvalStatus": "approved"
        },
        {
          "id": "claim-003",
          "text": "Deny-by-default policy enforcement means no decision proceeds without a documented policy evaluation, and the receipt records competing hypotheses that were considered alongside the selected outcome.",
          "evidenceIds": [
            "evidence-receipt-architecture"
          ],
          "risk": "medium",
          "approvalStatus": "approved"
        },
        {
          "id": "claim-004",
          "text": "Ed25519 cryptographic signatures enable any party with the public key to independently verify a receipt's integrity without contacting the issuing system, while deterministic replay allows re-execution from the sealed evidence bundle to confirm the recorded outcome.",
          "evidenceIds": [
            "evidence-ed25519-properties",
            "evidence-replay-vs-logs"
          ],
          "risk": "low",
          "approvalStatus": "approved"
        },
        {
          "id": "claim-005",
          "text": "Deterministic replay transforms a Decision Receipt from a record of what happened into a reproducible proof — the critical distinction between accountability claims and accountability evidence.",
          "evidenceIds": [
            "evidence-replay-vs-logs",
            "evidence-nist-mapping"
          ],
          "risk": "medium",
          "approvalStatus": "approved"
        }
      ],
      "evidence": [
        {
          "id": "evidence-receipt-architecture",
          "sourceId": "source-receipt-anatomy",
          "sourceType": "document",
          "reference": {
            "quote": "A Decision Receipt is a portable, cryptographically signed artifact that captures the complete accountability record for a single AI-assisted decision. Based on the public patent abstract, a receipt contains five layers: evidence bundle, policy enforcement record, competing hypotheses, Ed25519 signature, and deterministic replay capability."
          },
          "confidence": 0.97,
          "rightsStatus": "cleared",
          "transformationHistory": [
            "patent_abstract_to_public_architecture_summary"
          ],
          "derivativeAssetIds": [
            "asset-receipt-anatomy"
          ],
          "reviewerNotes": [
            "Derived from public patent abstract only. No internal schema or field names exposed."
          ],
          "approvalStatus": "approved"
        },
        {
          "id": "evidence-ed25519-properties",
          "sourceId": "source-crypto-primer",
          "sourceType": "document",
          "reference": {
            "quote": "Ed25519 provides deterministic signatures, 128-bit security, fast verification (~71,000 verifications/second), and 64-byte signatures with 32-byte public keys. Any party with the public key can verify a receipt without contacting the issuing system."
          },
          "confidence": 0.99,
          "rightsStatus": "public_domain",
          "transformationHistory": [
            "rfc_and_fips_to_primer"
          ],
          "derivativeAssetIds": [
            "asset-crypto-primer"
          ],
          "reviewerNotes": [
            "Ed25519 properties are public standards (RFC 8032, FIPS 186-5). No proprietary claims."
          ],
          "approvalStatus": "approved"
        },
        {
          "id": "evidence-replay-vs-logs",
          "sourceId": "source-replay-concept",
          "sourceType": "document",
          "reference": {
            "quote": "An audit log records that a decision was made. Post-hoc explainability generates a NEW inference to explain a PAST decision. Deterministic replay seals the evidence bundle at decision time and allows re-execution to produce the same outcome — transforming a record into a proof."
          },
          "confidence": 0.96,
          "rightsStatus": "cleared",
          "transformationHistory": [
            "concept_analysis_to_structured_comparison"
          ],
          "derivativeAssetIds": [
            "asset-replay-concept"
          ],
          "reviewerNotes": [
            "Concept-level comparison. Does not expose implementation details."
          ],
          "approvalStatus": "approved"
        },
        {
          "id": "evidence-nist-mapping",
          "sourceId": "source-nist-ai-rmf",
          "sourceType": "document",
          "reference": {
            "quote": "Decision Receipt fills all four NIST AI RMF gaps: GOVERN via deny-by-default policy enforcement with signed receipt, MAP via evidence bundle capturing full decision-time context, MEASURE via deterministic replay from sealed evidence, MANAGE via portable Ed25519-signed receipt for independent verification."
          },
          "confidence": 0.98,
          "rightsStatus": "public_domain",
          "transformationHistory": [
            "gap_analysis_to_layer_mapping"
          ],
          "derivativeAssetIds": [],
          "reviewerNotes": [
            "NIST AI RMF is a public government document. Layer mapping is Summit's original analysis."
          ],
          "approvalStatus": "approved"
        },
        {
          "id": "evidence-competitive-context",
          "sourceId": "source-competitive-landscape",
          "sourceType": "document",
          "reference": {
            "quote": "No deployed product treats AI decision accountability as an infrastructure layer with a portable, verifiable output artifact. Adjacent tools record THAT a decision occurred or generate new explanations — none produce a sealed, replayable proof."
          },
          "confidence": 0.95,
          "rightsStatus": "cleared",
          "transformationHistory": [
            "landscape_analysis_to_contrast_evidence"
          ],
          "derivativeAssetIds": [],
          "reviewerNotes": [
            "Reused from S01E01 competitive landscape. Provides context for why the receipt architecture matters."
          ],
          "approvalStatus": "approved"
        }
      ]
    },
    "voiceProfiles": [
      {
        "id": "voice-host",
        "displayName": "Host",
        "provider": "local_tts",
        "consentStatus": "not_required",
        "safetyNotes": [
          "Synthetic voice, no human consent required."
        ],
        "pronunciationDictionary": {
          "NIST": "nist",
          "RMF": "R-M-F",
          "Ed25519": "ed twenty-five five-nineteen",
          "decrec": "deck-wreck",
          "FIPS": "fips",
          "RFC": "R-F-C"
        }
      },
      {
        "id": "voice-narrator",
        "displayName": "Narrator",
        "provider": "local_tts",
        "consentStatus": "not_required",
        "safetyNotes": [
          "Synthetic voice for scene transitions."
        ],
        "pronunciationDictionary": {}
      }
    ],
    "narrationLines": [
      {
        "id": "line-001",
        "speaker": "Host",
        "text": "This is a Decision Receipt. Not a log entry. Not a dashboard metric. Not an explanation generated after the fact. It is a portable, cryptographically signed proof that a specific AI-assisted decision was made through a documented process. It has five layers, and today we are going to open each one.",
        "evidenceIds": [
          "evidence-receipt-architecture"
        ],
        "voiceProfileId": "voice-host",
        "estimatedSeconds": 22,
        "takeIds": [],
        "retakeNotes": []
      },
      {
        "id": "line-002",
        "speaker": "Host",
        "text": "Layer one: the evidence bundle. When a decision is evaluated, every input the system considers is sealed into an immutable bundle at that exact moment. Not reconstructed from logs later. Not approximated from telemetry. The actual evidence, frozen at decision time. This is the foundation everything else builds on — if you cannot prove what inputs existed when the decision was made, you cannot prove anything about the decision.",
        "evidenceIds": [
          "evidence-receipt-architecture",
          "evidence-replay-vs-logs"
        ],
        "voiceProfileId": "voice-host",
        "estimatedSeconds": 30,
        "takeIds": [],
        "retakeNotes": []
      },
      {
        "id": "line-003",
        "speaker": "Host",
        "text": "Layer two: deny-by-default policy enforcement. Every decision must pass through a policy gate before a receipt is generated. The system does not log which policy was consulted — it records the enforcement outcome: allow, deny, or escalate. No policy evaluation, no receipt. This is not paper compliance. This is operational proof that policy was enforced at the moment the decision was made.",
        "evidenceIds": [
          "evidence-receipt-architecture"
        ],
        "voiceProfileId": "voice-host",
        "estimatedSeconds": 28,
        "takeIds": [],
        "retakeNotes": []
      },
      {
        "id": "line-004",
        "speaker": "Host",
        "text": "Layer three: competing hypotheses. The receipt does not just record the winning outcome. It records every alternative the system considered and why the selected outcome prevailed. This matters because accountability is not about showing what was decided — it is about showing what else could have been decided and why it was not. A decision without alternatives is not a decision. It is an assertion.",
        "evidenceIds": [
          "evidence-receipt-architecture"
        ],
        "voiceProfileId": "voice-host",
        "estimatedSeconds": 30,
        "takeIds": [],
        "retakeNotes": []
      },
      {
        "id": "line-005",
        "speaker": "Host",
        "text": "Layer four: the Ed25519 cryptographic signature. Each receipt is signed with an Edwards-curve digital signature that covers the entire payload — evidence bundle, policy record, competing hypotheses, decision outcome, everything. The signature is 64 bytes. The public key is 32 bytes. And here is the critical property: any party with the public key can verify the receipt independently. No phone home. No API call. No trust required in the issuing system. The math either checks out or it does not.",
        "evidenceIds": [
          "evidence-ed25519-properties",
          "evidence-receipt-architecture"
        ],
        "voiceProfileId": "voice-host",
        "estimatedSeconds": 35,
        "takeIds": [],
        "retakeNotes": []
      },
      {
        "id": "line-006",
        "speaker": "Host",
        "text": "Layer five: deterministic replay. This is the layer that changes everything. An audit log tells you what happened. An explainability tool generates a new guess about why. Deterministic replay lets you take the sealed evidence bundle, re-execute the decision process, and confirm that the same inputs produce the same outcome. Every time. This is not a record. It is a proof. The same way a reproducible build proves software integrity, deterministic replay proves decision integrity.",
        "evidenceIds": [
          "evidence-replay-vs-logs"
        ],
        "voiceProfileId": "voice-host",
        "estimatedSeconds": 35,
        "takeIds": [],
        "retakeNotes": []
      },
      {
        "id": "line-007",
        "speaker": "Host",
        "text": "And this maps directly to the NIST gap we identified in Episode 1. Govern: the policy enforcement record. Map: the sealed evidence bundle. Measure: deterministic replay. Manage: the portable signed receipt. Five layers, four NIST functions, one artifact. That is what was missing from every tool in the landscape.",
        "evidenceIds": [
          "evidence-nist-mapping",
          "evidence-competitive-context"
        ],
        "voiceProfileId": "voice-host",
        "estimatedSeconds": 25,
        "takeIds": [],
        "retakeNotes": []
      },
      {
        "id": "line-008",
        "speaker": "Host",
        "text": "So now you know what is inside. A sealed evidence bundle, a policy enforcement record, competing hypotheses, a cryptographic signature, and deterministic replay. Five layers that turn an accountability claim into an accountability proof. Next episode, we go behind the system that generates these receipts — nine agents, one codebase, and the architecture that makes it work. Check the source appendix for the full cryptographic verification primer, then visit decrec.summitcognitive.ai to verify a real receipt yourself. This has been Warrant, Season One, Episode Two.",
        "evidenceIds": [],
        "voiceProfileId": "voice-host",
        "estimatedSeconds": 32,
        "takeIds": [],
        "retakeNotes": []
      }
    ],
    "rights": [
      {
        "id": "rights-public-record",
        "status": "public_domain",
        "license": "U.S. Government work / public record / public standards",
        "usageConstraints": [],
        "reviewer": "editorial-desk"
      },
      {
        "id": "rights-internal-analysis",
        "status": "cleared",
        "license": "Summit Cognitive internal — cleared for publication",
        "owner": "Summit Cognitive, Inc.",
        "usageConstraints": [
          "Frame as conceptual analysis, not implementation details"
        ],
        "reviewer": "editorial-desk"
      },
      {
        "id": "rights-internal-data",
        "status": "cleared",
        "license": "Summit Cognitive production data — cleared for publication",
        "owner": "Summit Cognitive, Inc.",
        "usageConstraints": [
          "Verify metrics against live endpoint before publication"
        ],
        "reviewer": "editorial-desk"
      },
      {
        "id": "rights-patent-public",
        "status": "cleared",
        "license": "USPTO public filing — reference only",
        "owner": "Summit Cognitive, Inc.",
        "usageConstraints": [
          "Reference public abstract only",
          "Do not reproduce patent-sensitive internals",
          "Do not expose internal schema or field names"
        ],
        "reviewer": "legal-desk"
      }
    ],
    "assets": [
      {
        "id": "asset-receipt-anatomy",
        "kind": "text",
        "uri": "fixtures/production/warrant-s01e02-anatomy-of-a-receipt/sources/receipt-anatomy-public.txt",
        "rightsId": "rights-patent-public",
        "sourceIds": [
          "source-receipt-anatomy"
        ],
        "provenanceIds": [
          "prov-source-collection"
        ]
      },
      {
        "id": "asset-crypto-primer",
        "kind": "text",
        "uri": "fixtures/production/warrant-s01e02-anatomy-of-a-receipt/sources/cryptographic-verification-primer.txt",
        "rightsId": "rights-public-record",
        "sourceIds": [
          "source-crypto-primer"
        ],
        "provenanceIds": [
          "prov-source-collection"
        ]
      },
      {
        "id": "asset-replay-concept",
        "kind": "text",
        "uri": "fixtures/production/warrant-s01e02-anatomy-of-a-receipt/sources/deterministic-replay-concept.txt",
        "rightsId": "rights-internal-analysis",
        "sourceIds": [
          "source-replay-concept"
        ],
        "provenanceIds": [
          "prov-source-collection"
        ]
      }
    ],
    "provenance": [
      {
        "id": "prov-source-collection",
        "actor": "Summit Editorial Desk",
        "action": "Collected and verified source documents for S01E02 production",
        "inputIds": [
          "source-nist-ai-rmf",
          "source-competitive-landscape",
          "source-receipt-anatomy",
          "source-crypto-primer",
          "source-replay-concept"
        ],
        "outputIds": [
          "asset-receipt-anatomy",
          "asset-crypto-primer",
          "asset-replay-concept"
        ],
        "timestamp": "2026-06-04T12:00:00.000Z",
        "tool": "manual-collection",
        "notes": "Receipt anatomy derived from public patent abstract. Crypto primer from RFC 8032 and FIPS 186-5. Replay concept from internal analysis."
      },
      {
        "id": "prov-manifest-assembly",
        "actor": "Summit Omnimedia Production System",
        "action": "Assembled production manifest from verified sources and editorial plan",
        "inputIds": [
          "asset-receipt-anatomy",
          "asset-crypto-primer",
          "asset-replay-concept"
        ],
        "outputIds": [],
        "timestamp": "2026-06-04T14:00:00.000Z",
        "tool": "omnimedia-production-sdk",
        "notes": "Manifest assembled with full evidence linkage and rights review. Patent-safe constraints verified."
      }
    ],
    "assemblyPlan": {
      "id": "assembly-s01e02",
      "audioEpisode": [
        "line-001",
        "line-002",
        "line-003",
        "line-004",
        "line-005",
        "line-006",
        "line-007",
        "line-008"
      ],
      "videoScenes": [],
      "bRollPlan": [],
      "captions": [
        "auto-vtt-from-narration"
      ],
      "chapters": [
        "Opening the Box",
        "Layer 1: The Sealed Evidence Bundle",
        "Layer 2: Deny-by-Default Policy Enforcement",
        "Layer 3: Competing Hypotheses",
        "Layer 4: Ed25519 Cryptographic Signature",
        "Layer 5: Deterministic Replay",
        "A Proof, Not a Claim"
      ],
      "lowerThirds": [
        "Decision Receipt: 5 layers, 1 portable proof",
        "Ed25519: 64-byte signature, independent verification",
        "Deterministic replay: same inputs, same outcome, every time"
      ],
      "musicCues": [
        "ambient-intro",
        "transition-layer",
        "close-resolve"
      ],
      "adMarkers": [],
      "sponsorBlocks": [],
      "clipExtractionPlans": [
        "cold-open-0:00-1:00",
        "evidence-bundle-1:00-4:00",
        "replay-explanation-8:00-11:00"
      ],
      "assetDependencyGraph": {
        "podcast_episode": [
          "line-001",
          "line-002",
          "line-003",
          "line-004",
          "line-005",
          "line-006",
          "line-007",
          "line-008"
        ],
        "short_clip": [
          "clip-cold-open",
          "clip-evidence-bundle",
          "clip-replay-explanation"
        ],
        "transcript": [
          "line-001",
          "line-002",
          "line-003",
          "line-004",
          "line-005",
          "line-006",
          "line-007",
          "line-008"
        ]
      }
    },
    "reviewWorkflow": {
      "currentState": "draft",
      "approvals": {
        "evidence": "pending",
        "editorial": "pending",
        "legal": "pending",
        "voice": "pending",
        "rights": "pending"
      },
      "transitions": []
    },
    "distributionPlan": {
      "id": "dist-plan-s01e02",
      "targets": [
        {
          "id": "dist-rss",
          "adapter": "mock_rss",
          "channel": "Warrant RSS Feed",
          "credentialMode": "none_required",
          "metadata": {
            "siteUrl": "https://warrant.summitcognitive.ai",
            "audioUrl": "https://cdn.summitcognitive.ai/warrant-s01e02.mp3"
          }
        },
        {
          "id": "dist-youtube",
          "adapter": "mock_youtube",
          "channel": "Summit Cognitive YouTube",
          "credentialMode": "none_required",
          "metadata": {
            "youtubeCategory": "25",
            "privacyStatus": "unlisted",
            "sourcesUrl": "https://warrant.summitcognitive.ai/s01e02/sources"
          }
        },
        {
          "id": "dist-newsletter",
          "adapter": "mock_newsletter",
          "channel": "Summit Weekly Newsletter",
          "credentialMode": "none_required",
          "metadata": {
            "fromEmail": "warrant@summitcognitive.ai",
            "listId": "warrant-subscribers",
            "listenUrl": "https://warrant.summitcognitive.ai/s01e02"
          }
        },
        {
          "id": "dist-archive",
          "adapter": "mock_archive",
          "channel": "Internet Archive",
          "credentialMode": "none_required",
          "metadata": {
            "archiveCollection": "opensource_audio",
            "licenseUrl": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
          }
        },
        {
          "id": "dist-static",
          "adapter": "mock_static_site",
          "channel": "warrant.summitcognitive.ai",
          "credentialMode": "none_required",
          "metadata": {}
        },
        {
          "id": "dist-github",
          "adapter": "mock_github_release",
          "channel": "GitHub Releases",
          "credentialMode": "none_required",
          "metadata": {
            "repo": "summitcognitive/omnimedia-releases",
            "draft": "true",
            "prerelease": "true"
          }
        }
      ],
      "publishChecklist": [
        "Verify no patent-sensitive internals in any public output",
        "Legal review of receipt architecture description against patent abstract",
        "Final editorial approval of all narration lines",
        "Confirm Ed25519 framing as standard cryptography, not proprietary",
        "Verify production metrics against live endpoint before publication"
      ]
    },
    "analyticsSnapshot": {
      "id": "analytics-s01e02",
      "productionCostEstimateUsd": 0,
      "assetReuseCount": 2,
      "reviewBottlenecks": [
        "legal review of patent-adjacent content",
        "editorial review pending"
      ],
      "clipPerformance": {},
      "episodePerformance": {},
      "audienceSegment": "AI governance professionals, compliance officers, CISOs, security architects, and technical decision-makers",
      "formatPerformance": {},
      "sourceReuse": {
        "source-nist-ai-rmf": 2,
        "source-competitive-landscape": 2
      },
      "derivativeAssetLineage": {},
      "futureEpisodeRecommendations": [
        "Behind the nine-agent architecture that generates Decision Receipts",
        "Real-world incident response: replaying a blocked decision",
        "Decision Receipts vs. SOC 2 Type II evidence requirements"
      ]
    },
    "rehydrationBundle": {
      "id": "rehydration-s01e02",
      "seedProductionId": "warrant-s01e02-anatomy-of-a-receipt",
      "reusableSourceIds": [
        "source-nist-ai-rmf",
        "source-competitive-landscape",
        "source-receipt-anatomy",
        "source-crypto-primer",
        "source-replay-concept"
      ],
      "reusableClaimIds": [
        "claim-001",
        "claim-004",
        "claim-005"
      ],
      "reusableAssetIds": [
        "asset-receipt-anatomy",
        "asset-crypto-primer",
        "asset-replay-concept"
      ],
      "lessons": [
        "Five-layer structure provides a natural episode segmentation — one layer per segment works well",
        "Patent-safe framing requires careful distinction between public abstract and internal implementation",
        "Ed25519 is standard cryptography — frame the innovation as what gets signed, not the signing itself",
        "Deterministic replay concept needs the audit-log and explainability contrasts to land with audience"
      ],
      "recommendedNextProduction": "warrant-s01e03-nine-agents-one-codebase"
    }
  },
  "outputs": [
    {
      "id": "out-podcast",
      "format": "podcast_episode",
      "title": "Anatomy of a Receipt — Full Episode",
      "audienceSegment": "core Summit audience",
      "renderTarget": "generated/podcast_episode.json",
      "dependencies": [
        "episode-plan",
        "evidence-ledger",
        "rights-ledger"
      ],
      "distributionTargetIds": [
        "dist-rss",
        "dist-archive"
      ],
      "deterministicKey": "s01e02-podcast-key"
    },
    {
      "id": "out-trailer",
      "format": "trailer",
      "title": "Anatomy of a Receipt — Trailer",
      "audienceSegment": "discovery audience",
      "renderTarget": "generated/trailer.json",
      "dependencies": [
        "episode-plan",
        "evidence-ledger",
        "rights-ledger"
      ],
      "distributionTargetIds": [
        "dist-youtube"
      ],
      "deterministicKey": "s01e02-trailer-key"
    },
    {
      "id": "out-short-clip",
      "format": "short_clip",
      "title": "Anatomy of a Receipt — Replay Explainer Clip",
      "audienceSegment": "discovery audience",
      "renderTarget": "generated/short_clip.json",
      "dependencies": [
        "episode-plan",
        "evidence-ledger",
        "rights-ledger"
      ],
      "distributionTargetIds": [
        "dist-youtube"
      ],
      "deterministicKey": "s01e02-clip-key"
    },
    {
      "id": "out-youtube-chapters",
      "format": "youtube_chapters",
      "title": "Anatomy of a Receipt — YouTube Chapters",
      "audienceSegment": "core Summit audience",
      "renderTarget": "generated/youtube_chapters.json",
      "dependencies": [
        "episode-plan",
        "evidence-ledger",
        "rights-ledger"
      ],
      "distributionTargetIds": [
        "dist-youtube"
      ],
      "deterministicKey": "s01e02-chapters-key"
    },
    {
      "id": "out-transcript",
      "format": "transcript",
      "title": "Anatomy of a Receipt — Full Transcript",
      "audienceSegment": "core Summit audience",
      "renderTarget": "generated/transcript.json",
      "dependencies": [
        "episode-plan",
        "evidence-ledger",
        "rights-ledger"
      ],
      "distributionTargetIds": [
        "dist-static",
        "dist-archive"
      ],
      "deterministicKey": "s01e02-transcript-key"
    },
    {
      "id": "out-newsletter",
      "format": "newsletter_issue",
      "title": "Anatomy of a Receipt — Newsletter",
      "audienceSegment": "core Summit audience",
      "renderTarget": "generated/newsletter_issue.json",
      "dependencies": [
        "episode-plan",
        "evidence-ledger",
        "rights-ledger"
      ],
      "distributionTargetIds": [
        "dist-newsletter"
      ],
      "deterministicKey": "s01e02-newsletter-key"
    },
    {
      "id": "out-show-notes",
      "format": "show_notes",
      "title": "Anatomy of a Receipt — Show Notes",
      "audienceSegment": "core Summit audience",
      "renderTarget": "generated/show_notes.json",
      "dependencies": [
        "episode-plan",
        "evidence-ledger",
        "rights-ledger"
      ],
      "distributionTargetIds": [
        "dist-static"
      ],
      "deterministicKey": "s01e02-notes-key"
    },
    {
      "id": "out-source-appendix",
      "format": "source_appendix",
      "title": "Anatomy of a Receipt — Source Appendix",
      "audienceSegment": "core Summit audience",
      "renderTarget": "generated/source_appendix.json",
      "dependencies": [
        "episode-plan",
        "evidence-ledger",
        "rights-ledger"
      ],
      "distributionTargetIds": [
        "dist-static",
        "dist-github"
      ],
      "deterministicKey": "s01e02-appendix-key"
    }
  ]
}