Bow Tie Kreative VIDEO Grammar

Production rules · Cut & edit

CUT-003

Soft rule priority 45 domain: editing audio emotion

Rationale

Outgoing sound can preserve emotional continuity across a visual change.

IF — conditions (all must hold)

  • cut.outgoing_emotion_should_linger eq true

THEN — actions

  • propose "l_cut_or_postlap"

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-003",
  "domain": "editing",
  "priority": 45,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "cut.outgoing_emotion_should_linger",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "l_cut_or_postlap"
    }
  ],
  "rationale": "Outgoing sound can preserve emotional continuity across a visual change.",
  "tags": [
    "audio",
    "emotion"
  ]
}

This rule as JSON → · Evaluate a context →