mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-21 08:36:33 +03:00
Adds evidence-bounded video and podcast editing references, reusable templates, deterministic media workflow helpers, and tests. Closes #438.
27 lines
856 B
JSON
27 lines
856 B
JSON
{
|
|
"schema_version": 1,
|
|
"assets": [
|
|
{
|
|
"id": "asset-001",
|
|
"source": "input.mp4",
|
|
"source_digest": "sha256:<record-after-intake>",
|
|
"probe": {
|
|
"command": "ffprobe -v error -show_format -show_streams -of json input.mp4",
|
|
"captured_at": "<UTC timestamp>",
|
|
"result_path": "<task-local path>"
|
|
}
|
|
}
|
|
],
|
|
"output_contract": {
|
|
"purpose": "<editorial purpose>",
|
|
"container": "mp4",
|
|
"video_codec": "<required or null>",
|
|
"audio_codec": "<required or null>",
|
|
"downstream_consumer": "<player, editor, host, archive, or other>",
|
|
"acceptance_thresholds": ["<measurable condition>"]
|
|
},
|
|
"preservation": {"originals_untouched": true, "overwrite_policy": "refuse"},
|
|
"privacy_boundary": "<where task-local media and evidence must remain>",
|
|
"assumptions": ["<explicit unknown>"]
|
|
}
|