Bow Tie Kreative VIDEO Grammar

Production rules · Cut & edit

CUT-005

Hard rule priority 100 domain: editing integrity reaction

Rationale

A relocated reaction can fabricate attitude or causality.

IF — conditions (all must hold)

  • reaction.relocated_to_different_stimulus eq true

THEN — actions

  • add_flag "FALSE_REACTION_CONTEXT"
  • block

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-005",
  "domain": "editing",
  "priority": 100,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "reaction.relocated_to_different_stimulus",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "FALSE_REACTION_CONTEXT"
    },
    {
      "op": "block"
    }
  ],
  "rationale": "A relocated reaction can fabricate attitude or causality.",
  "tags": [
    "integrity",
    "reaction"
  ]
}

This rule as JSON → · Evaluate a context →