Bow Tie Kreative VIDEO Grammar

Production rules · Lighting

LGT-001

Hard rule priority 80 domain: lighting motivation

Rationale

Lighting needs environmental or explicit symbolic logic.

IF — conditions (all must hold)

  • lighting.source_motivation_missing eq true

THEN — actions

  • add_flag "UNMOTIVATED_LIGHT"
  • propose "create_world_source_logic_or_declare_symbolic"

This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.

Full record

rules/production_rules.json
{
  "id": "LGT-001",
  "domain": "lighting",
  "priority": 80,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "lighting.source_motivation_missing",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "UNMOTIVATED_LIGHT"
    },
    {
      "op": "propose",
      "value": "create_world_source_logic_or_declare_symbolic"
    }
  ],
  "rationale": "Lighting needs environmental or explicit symbolic logic.",
  "tags": [
    "motivation"
  ]
}

This rule as JSON → · Evaluate a context →