Bow Tie Kreative VIDEO Grammar

Production rules · Generation

GEN-005

Soft rule priority 40 domain: generation repair

Rationale

Localized repair may preserve approved continuity and reduce cost.

IF — conditions (all must hold)

  • generated.failure_localized eq true

THEN — actions

  • propose "masked_repair_before_full_regeneration"

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-005",
  "domain": "generation",
  "priority": 40,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "generated.failure_localized",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "masked_repair_before_full_regeneration"
    }
  ],
  "rationale": "Localized repair may preserve approved continuity and reduce cost.",
  "tags": [
    "repair"
  ]
}

This rule as JSON → · Evaluate a context →