Bow Tie Kreative VIDEO Grammar

Production rules · Delivery

DLV-008

Hard rule priority 94 domain: delivery captions

Rationale

Captions should carry meaningful non-speech information.

IF — conditions (all must hold)

  • captions.meaningful_sound_missing eq true

THEN — actions

  • add_flag "CAPTION_SOUND_MISSING"
  • propose "add_sound_description"
  • block "accessible_delivery"

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": "DLV-008",
  "domain": "delivery",
  "priority": 94,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "captions.meaningful_sound_missing",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "CAPTION_SOUND_MISSING"
    },
    {
      "op": "propose",
      "value": "add_sound_description"
    },
    {
      "op": "block",
      "value": "accessible_delivery"
    }
  ],
  "rationale": "Captions should carry meaningful non-speech information.",
  "tags": [
    "captions"
  ]
}

This rule as JSON → · Evaluate a context →