{
  "schemaVersion": "1.0.0",
  "id": "summit-warrant-facts-over-feeds",
  "title": "Facts Over Feeds: A Governed Production Pilot",
  "show": "Warrant",
  "season": "Media Foundry Pilot",
  "episode": "001",
  "owner": "Summit Media Foundry",
  "createdAt": "2026-06-02T00:00:00.000Z",
  "canon": {
    "episodePlan": {
      "premise": "Show how a Summit production object moves from evidence packet to publishable omnimedia package without losing provenance.",
      "audiencePromise": "Listeners leave with a concrete workflow for publishing faster while preserving evidence, rights, and approval discipline.",
      "coldOpen": "A host asks why most media stacks can cut clips quickly but cannot prove where each assertion came from.",
      "hostIntro": "Welcome to Warrant, where Summit turns claims into auditable productions before they become public narratives.",
      "guestPrep": [
        "Explain local-first production manifests in plain language.",
        "Bring one example of a claim that changed after evidence review."
      ],
      "interviewQuestions": [
        "What breaks when podcast, video, newsletter, and archive teams maintain separate source ledgers?",
        "How should a producer decide whether an AI-generated narration line is ready for human review?"
      ],
      "argumentMap": [
        "Fragmented production tools optimize individual outputs.",
        "Summit optimizes the canonical production object first.",
        "Evidence and rights ledgers reduce publication risk and improve reuse."
      ],
      "emotionalArc": [
        "curiosity",
        "tension",
        "operational clarity",
        "confidence"
      ],
      "editorialRiskFlags": [
        "Avoid implying real publication without final human approval.",
        "Keep vendor comparisons framed as workflow reference classes."
      ],
      "publicationConstraints": [
        "No external API credentials",
        "All generated outputs must be mock artifacts until final editorial approval"
      ],
      "callToAction": "Inspect the source appendix before sharing the short clip.",
      "segments": [
        {
          "id": "seg-cold-open",
          "title": "Cold open: provenance or speed?",
          "purpose": "Set up the production-system problem.",
          "sceneIds": [
            "scene-001"
          ],
          "narrationLineIds": [
            "line-001"
          ],
          "claimIds": [
            "claim-001"
          ],
          "durationEstimateSeconds": 45
        },
        {
          "id": "seg-operating-system",
          "title": "The production object as operating system",
          "purpose": "Explain canonical manifests and derivative outputs.",
          "sceneIds": [
            "scene-002"
          ],
          "narrationLineIds": [
            "line-002",
            "line-003"
          ],
          "claimIds": [
            "claim-002",
            "claim-003"
          ],
          "durationEstimateSeconds": 180
        }
      ]
    },
    "evidenceLedger": {
      "id": "ledger-001",
      "sources": [
        {
          "id": "source-council-minutes",
          "title": "Council public works minutes excerpt",
          "type": "legal_record",
          "uri": "fixtures/production/summit-warrant-facts-over-feeds/sources/council-minutes-excerpt.txt",
          "rightsId": "rights-public-record",
          "reliability": "high",
          "collectedAt": "2026-06-02T00:00:00.000Z",
          "citation": "Council public works minutes excerpt, lines 12 and 18."
        },
        {
          "id": "source-interview-log",
          "title": "Producer interview log excerpt",
          "type": "interview",
          "uri": "fixtures/production/summit-warrant-facts-over-feeds/sources/interview-log-excerpt.txt",
          "rightsId": "rights-internal-interview",
          "reliability": "medium",
          "collectedAt": "2026-06-02T00:00:00.000Z",
          "citation": "Internal producer interview log at 00:04:11-00:04:29."
        }
      ],
      "claims": [
        {
          "id": "claim-001",
          "text": "A strong production apparatus must preserve source traceability before a public narrative ships.",
          "evidenceIds": [
            "evidence-interview-traceability"
          ],
          "risk": "medium",
          "approvalStatus": "approved"
        },
        {
          "id": "claim-002",
          "text": "The sample archive packet includes a procurement timeline with vendor briefings and a conflict-screen request.",
          "evidenceIds": [
            "evidence-council-vendor-briefings",
            "evidence-council-conflict-screen"
          ],
          "risk": "low",
          "approvalStatus": "approved"
        },
        {
          "id": "claim-003",
          "text": "One canonical production object can plan podcast, video, newsletter, social, transcript, and source-appendix outputs.",
          "evidenceIds": [
            "evidence-interview-traceability"
          ],
          "risk": "low",
          "approvalStatus": "approved"
        }
      ],
      "evidence": [
        {
          "id": "evidence-council-vendor-briefings",
          "sourceId": "source-council-minutes",
          "sourceType": "legal_record",
          "reference": {
            "quote": "three separate vendor briefings",
            "lineRange": "12"
          },
          "confidence": 0.95,
          "rightsStatus": "public_domain",
          "transformationHistory": [
            "excerpted from fixture source",
            "mapped to claim-002"
          ],
          "derivativeAssetIds": [
            "asset-source-appendix"
          ],
          "reviewerNotes": [
            "Fixture record; safe for deterministic CI."
          ],
          "approvalStatus": "approved"
        },
        {
          "id": "evidence-council-conflict-screen",
          "sourceId": "source-council-minutes",
          "sourceType": "legal_record",
          "reference": {
            "quote": "requested a written conflict screen",
            "lineRange": "18"
          },
          "confidence": 0.95,
          "rightsStatus": "public_domain",
          "transformationHistory": [
            "excerpted from fixture source",
            "mapped to claim-002"
          ],
          "derivativeAssetIds": [
            "asset-source-appendix"
          ],
          "reviewerNotes": [
            "Fixture record; safe for deterministic CI."
          ],
          "approvalStatus": "approved"
        },
        {
          "id": "evidence-interview-traceability",
          "sourceId": "source-interview-log",
          "sourceType": "interview",
          "reference": {
            "quote": "every summary remains traceable",
            "timestampRange": "00:04:11-00:04:29"
          },
          "confidence": 0.85,
          "rightsStatus": "cleared",
          "transformationHistory": [
            "producer note summarized",
            "mapped to claims and narration lines"
          ],
          "derivativeAssetIds": [
            "asset-script-excerpt"
          ],
          "reviewerNotes": [
            "Internal consent cleared for pilot fixture."
          ],
          "approvalStatus": "approved"
        }
      ]
    },
    "voiceProfiles": [
      {
        "id": "voice-host-human",
        "displayName": "Human Host",
        "provider": "human",
        "consentStatus": "granted",
        "safetyNotes": [
          "Human host approval required before final release."
        ],
        "pronunciationDictionary": {
          "omnimedia": "om-nee-media"
        }
      },
      {
        "id": "voice-mock-narrator",
        "displayName": "Mock Narrator",
        "provider": "mock",
        "consentStatus": "not_required",
        "safetyNotes": [
          "Synthetic placeholder, not a clone of any person."
        ],
        "pronunciationDictionary": {
          "Warrant": "WAR-rent"
        }
      }
    ],
    "narrationLines": [
      {
        "id": "line-001",
        "speaker": "HOST",
        "text": "Most media stacks can cut a clip. Fewer can show the source trail behind every claim before the clip leaves the building.",
        "evidenceIds": [
          "evidence-interview-traceability"
        ],
        "voiceProfileId": "voice-host-human",
        "estimatedSeconds": 12,
        "takeIds": [],
        "retakeNotes": [
          "Emphasize source trail, not tool comparison."
        ]
      },
      {
        "id": "line-002",
        "speaker": "NARRATOR",
        "text": "In this Summit pilot, the episode plan, evidence ledger, voice metadata, rights notes, and distribution plan all live inside one production manifest.",
        "evidenceIds": [
          "evidence-interview-traceability"
        ],
        "voiceProfileId": "voice-mock-narrator",
        "estimatedSeconds": 14,
        "takeIds": [],
        "retakeNotes": []
      },
      {
        "id": "line-003",
        "speaker": "HOST",
        "text": "The fixture record shows vendor briefings and a conflict-screen request, so the package can generate a source appendix alongside podcast and social outputs.",
        "evidenceIds": [
          "evidence-council-vendor-briefings",
          "evidence-council-conflict-screen"
        ],
        "voiceProfileId": "voice-host-human",
        "estimatedSeconds": 16,
        "takeIds": [],
        "retakeNotes": []
      }
    ],
    "rights": [
      {
        "id": "rights-public-record",
        "status": "public_domain",
        "license": "Fixture public-record excerpt",
        "owner": "Summit fixture",
        "usageConstraints": [
          "Use only as deterministic sample evidence."
        ],
        "reviewer": "Media Foundry Ops"
      },
      {
        "id": "rights-internal-interview",
        "status": "cleared",
        "license": "Internal fixture consent",
        "owner": "Summit fixture",
        "usageConstraints": [
          "Do not represent as an external real interview."
        ],
        "reviewer": "Media Foundry Ops"
      }
    ],
    "assets": [
      {
        "id": "asset-script-excerpt",
        "kind": "text",
        "uri": "fixtures/production/summit-warrant-facts-over-feeds/scripts/script-excerpt.md",
        "checksum": "fixture-script-v1",
        "rightsId": "rights-internal-interview",
        "sourceIds": [
          "source-interview-log"
        ],
        "provenanceIds": [
          "prov-script-plan"
        ]
      },
      {
        "id": "asset-source-appendix",
        "kind": "text",
        "uri": "fixtures/production/summit-warrant-facts-over-feeds/generated/source-appendix.json",
        "checksum": "fixture-source-appendix-v1",
        "rightsId": "rights-public-record",
        "sourceIds": [
          "source-council-minutes",
          "source-interview-log"
        ],
        "provenanceIds": [
          "prov-evidence-map"
        ]
      }
    ],
    "provenance": [
      {
        "id": "prov-evidence-map",
        "actor": "Summit Media Foundry",
        "action": "mapped fixture sources to claims",
        "inputIds": [
          "source-council-minutes",
          "source-interview-log"
        ],
        "outputIds": [
          "evidence-council-vendor-briefings",
          "evidence-council-conflict-screen",
          "evidence-interview-traceability"
        ],
        "timestamp": "2026-06-02T00:00:00.000Z",
        "tool": "manual-fixture-authoring",
        "notes": "Deterministic fixture for CI validation."
      },
      {
        "id": "prov-script-plan",
        "actor": "Summit Media Foundry",
        "action": "generated script excerpt from approved claims",
        "inputIds": [
          "claim-001",
          "claim-002",
          "claim-003"
        ],
        "outputIds": [
          "asset-script-excerpt"
        ],
        "timestamp": "2026-06-02T00:00:00.000Z",
        "tool": "summit-production-canon",
        "notes": "Mock AI-native planning without external API calls."
      }
    ],
    "assemblyPlan": {
      "id": "assembly-001",
      "audioEpisode": [
        "line-001",
        "music-cue-open",
        "line-002",
        "line-003"
      ],
      "videoScenes": [
        "scene-001: host cold open with archive-card overlay",
        "scene-002: evidence graph explainer"
      ],
      "bRollPlan": [
        "timeline cards for procurement packet",
        "manifest-to-output dependency graph"
      ],
      "captions": [
        "generate captions from narration lines"
      ],
      "chapters": [
        "00:00 Provenance before speed",
        "00:45 Canonical object",
        "03:45 Evidence-led release"
      ],
      "lowerThirds": [
        "Summit Media Foundry",
        "Evidence ledger: 3 approved claims"
      ],
      "musicCues": [
        "music-cue-open: restrained pulse, 8 seconds"
      ],
      "adMarkers": [
        "ad-marker-midroll-placeholder at 08:00"
      ],
      "sponsorBlocks": [
        "sponsor-block-placeholder: disabled for pilot"
      ],
      "clipExtractionPlans": [
        "clip-001: cold open provenance contrast",
        "clip-002: canonical production object explainer"
      ],
      "assetDependencyGraph": {
        "podcast_episode": [
          "line-001",
          "line-002",
          "line-003",
          "asset-script-excerpt"
        ],
        "source_appendix": [
          "source-council-minutes",
          "source-interview-log"
        ],
        "short_clip": [
          "clip-001",
          "line-001"
        ]
      }
    },
    "reviewWorkflow": {
      "currentState": "rights_approval",
      "approvals": {
        "internal_review": "approved",
        "evidence_review": "approved",
        "legal_risk_review": "approved",
        "voice_approval": "pending",
        "rights_approval": "pending",
        "final_editorial_approval": "pending"
      },
      "transitions": [
        {
          "from": "draft",
          "to": "internal_review",
          "actor": "producer",
          "timestamp": "2026-06-02T00:00:00.000Z",
          "notes": "Fixture package drafted."
        },
        {
          "from": "internal_review",
          "to": "evidence_review",
          "actor": "editor",
          "timestamp": "2026-06-02T00:00:00.000Z",
          "notes": "Segment plan accepted."
        },
        {
          "from": "evidence_review",
          "to": "legal_risk_review",
          "actor": "evidence reviewer",
          "timestamp": "2026-06-02T00:00:00.000Z",
          "notes": "Claims cite approved evidence."
        },
        {
          "from": "legal_risk_review",
          "to": "voice_approval",
          "actor": "risk reviewer",
          "timestamp": "2026-06-02T00:00:00.000Z",
          "notes": "No external factual claims beyond fixture record."
        },
        {
          "from": "voice_approval",
          "to": "rights_approval",
          "actor": "voice producer",
          "timestamp": "2026-06-02T00:00:00.000Z",
          "notes": "Mock voice profile is placeholder only."
        }
      ]
    },
    "distributionPlan": {
      "id": "distribution-001",
      "targets": [
        {
          "id": "dist-rss",
          "adapter": "mock_rss",
          "channel": "Warrant RSS",
          "credentialMode": "none_required",
          "metadata": {
            "category": "News Commentary"
          }
        },
        {
          "id": "dist-youtube",
          "adapter": "mock_youtube",
          "channel": "Summit YouTube",
          "credentialMode": "none_required",
          "metadata": {
            "playlist": "Media Foundry Pilots"
          }
        },
        {
          "id": "dist-newsletter",
          "adapter": "mock_newsletter",
          "channel": "Summit Newsletter",
          "credentialMode": "none_required",
          "metadata": {
            "section": "Warrant"
          }
        },
        {
          "id": "dist-archive",
          "adapter": "mock_archive",
          "channel": "Internal Archive",
          "credentialMode": "none_required",
          "metadata": {
            "retention": "institutional-memory"
          }
        }
      ],
      "publishChecklist": [
        "Evidence approved",
        "Rights approved",
        "Voice approved",
        "Final editorial approval recorded"
      ]
    },
    "analyticsSnapshot": {
      "id": "analytics-001",
      "productionCostEstimateUsd": 1250,
      "assetReuseCount": 2,
      "reviewBottlenecks": [
        "voice approval pending",
        "rights approval pending"
      ],
      "clipPerformance": {
        "clip-001": 0,
        "clip-002": 0
      },
      "episodePerformance": {
        "downloads": 0,
        "completionRate": 0
      },
      "audienceSegment": "operators, editors, investigators, institutional memory teams",
      "formatPerformance": {
        "podcast_episode": 0,
        "newsletter_issue": 0,
        "short_clip": 0
      },
      "sourceReuse": {
        "source-council-minutes": 1,
        "source-interview-log": 2
      },
      "derivativeAssetLineage": {
        "asset-script-excerpt": [
          "claim-001",
          "claim-002",
          "claim-003"
        ]
      },
      "futureEpisodeRecommendations": [
        "Produce a follow-up on evidence-review bottlenecks.",
        "Create a visual essay on source-ledger reuse."
      ]
    },
    "rehydrationBundle": {
      "id": "rehydration-001",
      "seedProductionId": "summit-warrant-facts-over-feeds",
      "reusableSourceIds": [
        "source-council-minutes",
        "source-interview-log"
      ],
      "reusableClaimIds": [
        "claim-001",
        "claim-002",
        "claim-003"
      ],
      "reusableAssetIds": [
        "asset-script-excerpt",
        "asset-source-appendix"
      ],
      "lessons": [
        "Canonical manifests make derivative package generation inspectable.",
        "Evidence review should happen before voice approval."
      ],
      "recommendedNextProduction": "A visual explainer on building source ledgers for serialized investigations."
    }
  },
  "outputs": [
    {
      "id": "out-podcast",
      "format": "podcast_episode",
      "title": "Full podcast episode",
      "audienceSegment": "core Summit audience",
      "renderTarget": "generated/podcast_episode.json",
      "dependencies": [
        "asset-script-excerpt",
        "ledger-001"
      ],
      "distributionTargetIds": [
        "dist-rss",
        "dist-archive"
      ],
      "deterministicKey": "2df4dfe79e2f0001"
    },
    {
      "id": "out-trailer",
      "format": "trailer",
      "title": "Episode trailer",
      "audienceSegment": "discovery audience",
      "renderTarget": "generated/trailer.json",
      "dependencies": [
        "line-001"
      ],
      "distributionTargetIds": [
        "dist-youtube",
        "dist-newsletter"
      ],
      "deterministicKey": "2df4dfe79e2f0002"
    },
    {
      "id": "out-short",
      "format": "short_clip",
      "title": "Short clip: provenance before speed",
      "audienceSegment": "social discovery",
      "renderTarget": "generated/short_clip.json",
      "dependencies": [
        "clip-001",
        "line-001"
      ],
      "distributionTargetIds": [
        "dist-youtube"
      ],
      "deterministicKey": "2df4dfe79e2f0003"
    },
    {
      "id": "out-newsletter",
      "format": "newsletter_issue",
      "title": "Newsletter issue",
      "audienceSegment": "operator readers",
      "renderTarget": "generated/newsletter_issue.json",
      "dependencies": [
        "claim-001",
        "claim-002",
        "claim-003"
      ],
      "distributionTargetIds": [
        "dist-newsletter"
      ],
      "deterministicKey": "2df4dfe79e2f0004"
    },
    {
      "id": "out-show-notes",
      "format": "show_notes",
      "title": "Show notes",
      "audienceSegment": "listeners",
      "renderTarget": "generated/show_notes.json",
      "dependencies": [
        "episodePlan",
        "distribution-001"
      ],
      "distributionTargetIds": [
        "dist-rss",
        "dist-archive"
      ],
      "deterministicKey": "2df4dfe79e2f0005"
    },
    {
      "id": "out-transcript",
      "format": "transcript",
      "title": "Transcript",
      "audienceSegment": "accessibility and archive",
      "renderTarget": "generated/transcript_output.json",
      "dependencies": [
        "line-001",
        "line-002",
        "line-003"
      ],
      "distributionTargetIds": [
        "dist-archive"
      ],
      "deterministicKey": "2df4dfe79e2f0006"
    },
    {
      "id": "out-source-appendix",
      "format": "source_appendix",
      "title": "Source appendix",
      "audienceSegment": "evidence reviewers and public accountability readers",
      "renderTarget": "generated/source_appendix.json",
      "dependencies": [
        "source-council-minutes",
        "source-interview-log"
      ],
      "distributionTargetIds": [
        "dist-archive"
      ],
      "deterministicKey": "2df4dfe79e2f0007"
    }
  ]
}