Production rules · Color & VFX
COL-007
Soft rule priority 79 domain: color_vfx key
Rationale
Unstable edges reveal the composite.
IF — conditions (all must hold)
- vfx.key_edge_chatter eq true
THEN — actions
- add_flag "KEY_EDGE_CHATTER"
- propose "repair_key_roto_or_temporal_edge"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "COL-007",
"domain": "color_vfx",
"priority": 79,
"hard": false,
"logic": "all",
"when": [
{
"path": "vfx.key_edge_chatter",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "KEY_EDGE_CHATTER"
},
{
"op": "propose",
"value": "repair_key_roto_or_temporal_edge"
}
],
"rationale": "Unstable edges reveal the composite.",
"tags": [
"key"
]
}