Bow Tie Kreative VIDEO Grammar

Production rules · Cut & edit

CUT-006

Hard rule priority 93 domain: editing broll evidence

Rationale

Illustration must not masquerade as footage of the claimed event.

IF — conditions (all must hold)

  • broll.is_illustrative eq true

THEN — actions

  • append requirements "avoid_direct_evidence_implication"

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": "CUT-006",
  "domain": "editing",
  "priority": 93,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "broll.is_illustrative",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "avoid_direct_evidence_implication"
    }
  ],
  "rationale": "Illustration must not masquerade as footage of the claimed event.",
  "tags": [
    "broll",
    "evidence"
  ]
}

This rule as JSON → · Evaluate a context →