Production rules · Lighting
LGT-008
Soft rule priority 61 domain: lighting clarity
Rationale
Informational beats require legibility.
IF — conditions (all must hold)
- beat.primary_value eq "clarity"
THEN — actions
- append requirements "readable_eyes_objects_and_controlled_contrast"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "LGT-008",
"domain": "lighting",
"priority": 61,
"hard": false,
"logic": "all",
"when": [
{
"path": "beat.primary_value",
"op": "eq",
"value": "clarity"
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "readable_eyes_objects_and_controlled_contrast"
}
],
"rationale": "Informational beats require legibility.",
"tags": [
"clarity"
]
}