---
name: Broll Render
slug: broll-render
category: Quality
description: Broll Render checks legacy HyperFrames render records for pre-v0.9 tasks and verifies that recorded artifacts, hashes, and approvals match the same source closure. It is used only for recovery and audit, not for new v1 production runs.
github: "https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-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-render ~/.claude/skills/broll-render"
installs_to: ~/.claude/skills/broll-render
source_path: erduo-broll-loop-engineering/stages/broll-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:19.760Z
last_synced: 2026-09-08T05:34:19.760Z
canonical_url: "https://dirskills.com/skills/broll-render"
---

# Broll Render

Broll Render checks legacy HyperFrames render records for pre-v0.9 tasks and verifies that recorded artifacts, hashes, and approvals match the same source closure. It is used only for recovery and audit, not for new v1 production runs.

**Install:**

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

## README

# Legacy HyperFrames 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, load or run HyperFrames,
open a preview, render a master, retry a failed attempt, or write delivery
artifacts.

Read `../../references/runtime/runtime-contract.md` and
`../../references/runtime/capability-matrix.json` only when the user
explicitly asks to inspect or recover an old task. Verify from existing
evidence that:

- the integrated project, check result, approval, and
  `composition-identity.json` refer to the same HyperFrames source closure;
- the recorded master has matching hash, SRT duration, raster, frame rate,
  audio policy, FFprobe facts, and complete-decode evidence;
- failed or partial attempts were not presented as a delivered master;
- any source drift, stale approval, missing file, or technical failure is
  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 rendering or silently migrate the old task.

For every new v1 production, the Parent runs
`scripts/assemble-frozen-production.mjs preview`, waits for the user's one
approval, and then runs `deliver` to an unused master path.
