Production rules · Delivery
DLV-007
Hard rule priority 100 domain: delivery encode
Rationale
Wrong color/range metadata changes displayed image.
IF — conditions (all must hold)
- delivery.color_or_range_tag_wrong eq true
THEN — actions
- add_flag "ENCODE_COLOR_RANGE_FAILURE"
- block
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-007",
"domain": "delivery",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "delivery.color_or_range_tag_wrong",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "ENCODE_COLOR_RANGE_FAILURE"
},
{
"op": "block"
}
],
"rationale": "Wrong color/range metadata changes displayed image.",
"tags": [
"encode"
]
}