Production rules · Color & VFX
COL-011
Hard rule priority 95 domain: color_vfx delivery
Rationale
Incorrect tags can cause major display differences.
IF — conditions (all must hold)
- color.output_tag_mismatch eq true
THEN — actions
- add_flag "COLOR_TAG_MISMATCH"
- block "delivery"
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": "COL-011",
"domain": "color_vfx",
"priority": 95,
"hard": true,
"logic": "all",
"when": [
{
"path": "color.output_tag_mismatch",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "COLOR_TAG_MISMATCH"
},
{
"op": "block",
"value": "delivery"
}
],
"rationale": "Incorrect tags can cause major display differences.",
"tags": [
"delivery"
]
}