Production rules · Lighting
LGT-014
Soft rule priority 43 domain: lighting contrast
Rationale
Extreme ratios require deliberate monitoring and output validation.
IF — conditions (all must hold)
- lighting.key_fill_stops gt 5
THEN — actions
- append requirements "verify_shadow_detail_and_delivery_intent"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "LGT-014",
"domain": "lighting",
"priority": 43,
"hard": false,
"logic": "all",
"when": [
{
"path": "lighting.key_fill_stops",
"op": "gt",
"value": 5
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "verify_shadow_detail_and_delivery_intent"
}
],
"rationale": "Extreme ratios require deliberate monitoring and output validation.",
"tags": [
"contrast"
]
}