Bow Tie Kreative VIDEO Grammar

Production rules · Cut & edit

CUT-001

Soft rule priority 60 domain: editing continuity

Rationale

Action continuity hides temporal boundaries and preserves force.

IF — conditions (all must hold)

  • cut.action_continues eq true

THEN — actions

  • propose "cut_on_compatible_action_phase_and_direction"

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-001",
  "domain": "editing",
  "priority": 60,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "cut.action_continues",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "cut_on_compatible_action_phase_and_direction"
    }
  ],
  "rationale": "Action continuity hides temporal boundaries and preserves force.",
  "tags": [
    "continuity"
  ]
}

This rule as JSON → · Evaluate a context →