Production rules · Podcast
POD-008
Hard rule priority 84 domain: podcast audio_only
Rationale
Audio derivatives must resolve essential visual references.
IF — conditions (all must hold)
- podcast.visual_reference_essential eq true
THEN — actions
- append requirements "audio_only_repair"
- add_flag "VISUAL_DEPENDENCY"
This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.
Full record
{
"id": "POD-008",
"domain": "podcast",
"priority": 84,
"hard": true,
"logic": "all",
"when": [
{
"path": "podcast.visual_reference_essential",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "audio_only_repair"
},
{
"op": "add_flag",
"value": "VISUAL_DEPENDENCY"
}
],
"rationale": "Audio derivatives must resolve essential visual references.",
"tags": [
"audio_only"
]
}