Production rules · Lighting
LGT-003
Soft rule priority 68 domain: lighting portrait
Rationale
Reflections should not hide essential expression.
IF — conditions (all must hold)
- lighting.glasses_reflection_obscures_eyes eq true
THEN — actions
- propose "adjust_source_camera_subject_geometry_or_polarization"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "LGT-003",
"domain": "lighting",
"priority": 68,
"hard": false,
"logic": "all",
"when": [
{
"path": "lighting.glasses_reflection_obscures_eyes",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "adjust_source_camera_subject_geometry_or_polarization"
}
],
"rationale": "Reflections should not hide essential expression.",
"tags": [
"portrait"
]
}