Production rules · Color & VFX
COL-003
Soft rule priority 42 domain: color_vfx continuity
Rationale
Not every inter-shot difference is an error.
IF — conditions (all must hold)
- color.motivated_light_change eq true
THEN — actions
- append preferences "preserve_motivated_change"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "COL-003",
"domain": "color_vfx",
"priority": 42,
"hard": false,
"logic": "all",
"when": [
{
"path": "color.motivated_light_change",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "preferences",
"value": "preserve_motivated_change"
}
],
"rationale": "Not every inter-shot difference is an error.",
"tags": [
"continuity"
]
}