video_workflow_inspect
Inspect a video workflow receipt to verify integrity, check per-step statuses, and identify failures. Provides a normalized summary with hash verification without modifying any files.
Instructions
Summarize any receipt this project emits, with a read-only integrity check.
Reads a workflow render receipt, a dry-run workflow_plan artifact, or a
layer_plan receipt (v1 legacy with NO receipt_kind field, or v2) at
receipt_path and returns a NORMALIZED inspection: the kind (inferred from
the tool field when receipt_kind is absent, per legacy tolerance),
schema_version, tool, versions, a status summary (per-step statuses, failed
step + error if any), a hash presence/integrity report (which recorded
source/output hashes still match the bytes on disk NOW — a read-only re-check),
outputs, warnings, cleanup state, plus human-review pointers and known
limitations.
Nothing is rendered or modified. A malformed/unreadable receipt fails closed
with invalid_workflow_receipt.
Args: receipt_path: Absolute path to the receipt JSON file to inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||