Bow Tie Kreative VIDEO Grammar

Production rules · Cut & edit

CUT-010

Soft rule priority 48 domain: editing motivation

Rationale

Cuts should change information, relation, emotion, space, or rhythm.

IF — conditions (all must hold)

  • cut.information_gain lt 0.1

THEN — actions

  • propose "remove_or_find_motivation"

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": "CUT-010",
  "domain": "editing",
  "priority": 48,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "cut.information_gain",
      "op": "lt",
      "value": 0.1
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "remove_or_find_motivation"
    }
  ],
  "rationale": "Cuts should change information, relation, emotion, space, or rhythm.",
  "tags": [
    "motivation"
  ]
}

This rule as JSON → · Evaluate a context →