Production rules · Delivery
DLV-005
Hard rule priority 94 domain: delivery audio_only
Rationale
Audio-only versions must remain intelligible.
IF — conditions (all must hold)
- delivery.audio_only_visual_dependency eq true
THEN — actions
- add_flag "AUDIO_ONLY_INCOMPLETE"
- propose "rewrite_describe_or_remove_visual_dependency"
- block "audio_publish"
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": "DLV-005",
"domain": "delivery",
"priority": 94,
"hard": true,
"logic": "all",
"when": [
{
"path": "delivery.audio_only_visual_dependency",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "AUDIO_ONLY_INCOMPLETE"
},
{
"op": "propose",
"value": "rewrite_describe_or_remove_visual_dependency"
},
{
"op": "block",
"value": "audio_publish"
}
],
"rationale": "Audio-only versions must remain intelligible.",
"tags": [
"audio_only"
]
}