Production rules · Delivery
DLV-015
Hard rule priority 100 domain: delivery integrity
Rationale
Promotional imagery must not present fabrication as fact.
IF — conditions (all must hold)
- delivery.thumbnail_depicts_nonexistent_event eq true
THEN — actions
- add_flag "MISLEADING_THUMBNAIL"
- block "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-015",
"domain": "delivery",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "delivery.thumbnail_depicts_nonexistent_event",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "MISLEADING_THUMBNAIL"
},
{
"op": "block",
"value": "publish"
}
],
"rationale": "Promotional imagery must not present fabrication as fact.",
"tags": [
"integrity"
]
}