Bow Tie Kreative VIDEO Grammar

Production rules · Generation

GEN-002

Hard rule priority 94 domain: generation identity

Rationale

Identity-critical generation needs stronger locks and narrower search.

IF — conditions (all must hold)

  • generated.identity_critical eq true

THEN — actions

  • append requirements "lock_identity_references"
  • append requirements "limit_simultaneous_variation"

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-002",
  "domain": "generation",
  "priority": 94,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "generated.identity_critical",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "lock_identity_references"
    },
    {
      "op": "append",
      "path": "requirements",
      "value": "limit_simultaneous_variation"
    }
  ],
  "rationale": "Identity-critical generation needs stronger locks and narrower search.",
  "tags": [
    "identity"
  ]
}

This rule as JSON → · Evaluate a context →