Bow Tie Kreative VIDEO Grammar

Production rules · Lighting

LGT-009

Soft rule priority 45 domain: lighting practical

Rationale

Practical sources should support, not steal, attention.

IF — conditions (all must hold)

  • lighting.practical_clipped_distracting eq true

THEN — actions

  • propose "dim_diffuse_replace_or_manage_exposure"

This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.

Full record

rules/production_rules.json
{
  "id": "LGT-009",
  "domain": "lighting",
  "priority": 45,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "lighting.practical_clipped_distracting",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "dim_diffuse_replace_or_manage_exposure"
    }
  ],
  "rationale": "Practical sources should support, not steal, attention.",
  "tags": [
    "practical"
  ]
}

This rule as JSON → · Evaluate a context →