Bow Tie Kreative VIDEO Grammar

Production rules · Generation

GEN-018

Soft rule priority 66 domain: generation loop

Rationale

Loop assets need compatible terminal and initial states.

IF — conditions (all must hold)

  • generated.loop_required eq true

THEN — actions

  • append requirements "validate_entry_exit_loop_seam"

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": "GEN-018",
  "domain": "generation",
  "priority": 66,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "generated.loop_required",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "validate_entry_exit_loop_seam"
    }
  ],
  "rationale": "Loop assets need compatible terminal and initial states.",
  "tags": [
    "loop"
  ]
}

This rule as JSON → · Evaluate a context →