Bow Tie Kreative VIDEO Grammar

Production rules · Cut & edit

CUT-007

Soft rule priority 49 domain: editing jump_cut

Rationale

Unintended discontinuity should be repaired or made intentional.

IF — conditions (all must hold)

  • cut.unintended_jump eq true

THEN — actions

  • propose "cover_reframe_retain_or_make_systematic"

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-007",
  "domain": "editing",
  "priority": 49,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "cut.unintended_jump",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "cover_reframe_retain_or_make_systematic"
    }
  ],
  "rationale": "Unintended discontinuity should be repaired or made intentional.",
  "tags": [
    "jump_cut"
  ]
}

This rule as JSON → · Evaluate a context →