Production rules · Lighting
LGT-005
Hard rule priority 84 domain: lighting skin
Rationale
Uncontrolled spectral/color mixtures can damage skin rendering.
IF — conditions (all must hold)
- lighting.uncontrolled_mixed_skin_color eq true
THEN — actions
- add_flag "MIXED_LIGHT_SKIN_FAILURE"
- propose "control_sources_or_define_intentional_mix"
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": "LGT-005",
"domain": "lighting",
"priority": 84,
"hard": true,
"logic": "all",
"when": [
{
"path": "lighting.uncontrolled_mixed_skin_color",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "MIXED_LIGHT_SKIN_FAILURE"
},
{
"op": "propose",
"value": "control_sources_or_define_intentional_mix"
}
],
"rationale": "Uncontrolled spectral/color mixtures can damage skin rendering.",
"tags": [
"skin"
]
}