Bow Tie Kreative VIDEO Grammar

Production rules · Lighting

LGT-006

Hard rule priority 91 domain: lighting continuity generated

Rationale

Shadow direction is a strong continuity cue.

IF — conditions (all must hold)

  • lighting.shadow_direction_drift eq true

THEN — actions

  • add_flag "LIGHT_DIRECTION_DRIFT"
  • propose "regenerate_relight_or_explain_source_change"

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-006",
  "domain": "lighting",
  "priority": 91,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "lighting.shadow_direction_drift",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "LIGHT_DIRECTION_DRIFT"
    },
    {
      "op": "propose",
      "value": "regenerate_relight_or_explain_source_change"
    }
  ],
  "rationale": "Shadow direction is a strong continuity cue.",
  "tags": [
    "continuity",
    "generated"
  ]
}

This rule as JSON → · Evaluate a context →