Production rules · Delivery
DLV-012
Hard rule priority 85 domain: delivery captions
Rationale
Captions must remain readable and synchronized.
IF — conditions (all must hold)
- delivery.caption_reading_rate_excessive eq true
THEN — actions
- propose "retime_edit_or_split_captions"
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-012",
"domain": "delivery",
"priority": 85,
"hard": true,
"logic": "all",
"when": [
{
"path": "delivery.caption_reading_rate_excessive",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "retime_edit_or_split_captions"
}
],
"rationale": "Captions must remain readable and synchronized.",
"tags": [
"captions"
]
}