Bow Tie Kreative VIDEO Grammar

Production rules · Lighting

LGT-002

Hard rule priority 76 domain: lighting blocking

Rationale

Exposure and modeling must remain intentional through movement.

IF — conditions (all must hold)

  • shot.subject_moves_between_light_zones eq true

THEN — actions

  • append requirements "test_full_blocking_path"

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-002",
  "domain": "lighting",
  "priority": 76,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "shot.subject_moves_between_light_zones",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "test_full_blocking_path"
    }
  ],
  "rationale": "Exposure and modeling must remain intentional through movement.",
  "tags": [
    "blocking"
  ]
}

This rule as JSON → · Evaluate a context →