Bow Tie Kreative VIDEO Grammar

Production rules · Generation

GEN-011

Hard rule priority 96 domain: generation continuity

Rationale

World, character, camera, and light locks are hard sequence constraints.

IF — conditions (all must hold)

  • generated.continuity_bible_violation eq true

THEN — actions

  • add_flag "CONTINUITY_BIBLE_VIOLATION"
  • block

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": "GEN-011",
  "domain": "generation",
  "priority": 96,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "generated.continuity_bible_violation",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "CONTINUITY_BIBLE_VIOLATION"
    },
    {
      "op": "block"
    }
  ],
  "rationale": "World, character, camera, and light locks are hard sequence constraints.",
  "tags": [
    "continuity"
  ]
}

This rule as JSON → · Evaluate a context →