Seedance 2.5连续性台账审计
Use this skill after each authorized extension round. It audits redacted provider receipts and human observations at the join between segments.
Prerequisites
- - Python 3.9 or newer.
- A plan from
seedance25-extension-chain-planner. - One redacted receipt per planned extension round.
Inputs and outputs
- - Input: plan JSON and ledger JSON. The script does not open media files.
- Output:
continuity_ledger_audit.json and a terminal report. - Exit code 0 means ready for human delivery review; exit code 1 means blocked.
Execution
CODEBLOCK0
The audit checks completed status, unique task and segment IDs, plan digest, output SHA256, boundary observations, and the four declared continuity locks. It distinguishes missing evidence from an observed continuity failure.
Recovery
Export a corrected redacted receipt or record a new human observation, then rerun. Do not auto-retry or silently replace a segment.
Permission boundary
This is an offline evidence checker. It never logs in, uploads, downloads, calls a model, inspects frames or audio, spends credits, or decides whether a video is commercially safe. A human must watch/listen to the real joins and confirm rights before delivery.
Acceptance
The pass example exits 0 and reports
ready_for_human_delivery_review; the blocked example exits nonzero with the affected segment or lock.