---
name: Legacy Hybrid Render
slug: legacy-hybrid-render
category: Quality
description: Legacy Hybrid Render reads and verifies frozen records for pre-v0.9 hybrid render tasks. Use it to inspect old approvals, receipts, and final media evidence without rerunning delivery or modifying artifacts.
github: "https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-hybrid-render"
language: TypeScript
stars: 168
forks: 31
install: "npx degit https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-hybrid-render ~/.claude/skills/broll-hybrid-render"
installs_to: ~/.claude/skills/broll-hybrid-render
source_path: erduo-broll-loop-engineering/stages/broll-hybrid-render/SKILL.md
collection_size: 14
category_size: 1897
collection_url: "https://dirskills.com/collections/erduo1998-cell/erduo-broll-loop-engineering"
added: 2026-09-08T05:34:13.982Z
last_synced: 2026-09-08T05:34:13.982Z
canonical_url: "https://dirskills.com/skills/legacy-hybrid-render"
---

# Legacy Hybrid Render

Legacy Hybrid Render reads and verifies frozen records for pre-v0.9 hybrid render tasks. Use it to inspect old approvals, receipts, and final media evidence without rerunning delivery or modifying artifacts.

**Install:**

```bash
npx degit https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-hybrid-render ~/.claude/skills/broll-hybrid-render
```

## README

# Legacy Hybrid Render and Delivery

Treat this stage as read-only compatibility for production records created
before v0.9. Do not dispatch it in a new production, rerun FFmpeg, create a
preview, deliver a master, retry an attempt, or modify frozen media.

When the user explicitly asks to inspect or recover an old task, read the
existing runtime plan, frozen contracts, hybrid integration identity, approval,
attempt receipts, and final media verification. Verify from existing evidence
that:

- approval binds the same plan, ordered contracts, media hashes, profile, audio
  policy, and preview identity used for delivery;
- the delivered master has matching hash, duration, raster, FFprobe facts, and
  complete-decode evidence;
- no live HyperFrames or Remotion source was opened during the recorded hybrid
  delivery;
- stale approval, changed media, missing files, or failed attempts are reported
  precisely.

Return a compact recovery report to the Parent with the last trustworthy
identity, available artifacts, concrete defect, and safest next owner. Do not
resume delivery or silently migrate the old task.

For every new v1 production, the Parent runs
`scripts/assemble-frozen-production.mjs preview` and `deliver` over verified
Builder unit contracts.
