Production rules · Generation
GEN-015
Soft rule priority 86 domain: generation lighting
Rationale
Light direction must agree with the scene and adjacent shots.
IF — conditions (all must hold)
- generated.light_direction_score lt 0.8
THEN — actions
- add_flag "LIGHT_CONTINUITY_FAILURE"
- propose "regenerate_relight_or_replace"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "GEN-015",
"domain": "generation",
"priority": 86,
"hard": false,
"logic": "all",
"when": [
{
"path": "generated.light_direction_score",
"op": "lt",
"value": 0.8
}
],
"then": [
{
"op": "add_flag",
"value": "LIGHT_CONTINUITY_FAILURE"
},
{
"op": "propose",
"value": "regenerate_relight_or_replace"
}
],
"rationale": "Light direction must agree with the scene and adjacent shots.",
"tags": [
"lighting"
]
}