Production rules · Color & VFX
COL-002
Soft rule priority 83 domain: color_vfx match
Rationale
Shot matching begins with shared scene reality.
IF — conditions (all must hold)
- color.scene_angles_mismatch eq true
THEN — actions
- propose "match_source_logic_before_creative_look"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "COL-002",
"domain": "color_vfx",
"priority": 83,
"hard": false,
"logic": "all",
"when": [
{
"path": "color.scene_angles_mismatch",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "match_source_logic_before_creative_look"
}
],
"rationale": "Shot matching begins with shared scene reality.",
"tags": [
"match"
]
}