Production rules · Lighting
LGT-007
Soft rule priority 35 domain: lighting story
Rationale
Light distribution can support isolation while preserving source logic.
IF — conditions (all must hold)
- beat.emotional_state eq "isolated"
THEN — actions
- propose "consider_narrower_pool_negative_fill_or_background_falloff"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "LGT-007",
"domain": "lighting",
"priority": 35,
"hard": false,
"logic": "all",
"when": [
{
"path": "beat.emotional_state",
"op": "eq",
"value": "isolated"
}
],
"then": [
{
"op": "propose",
"value": "consider_narrower_pool_negative_fill_or_background_falloff"
}
],
"rationale": "Light distribution can support isolation while preserving source logic.",
"tags": [
"story"
]
}