Bow Tie Kreative VIDEO Grammar

Production rules · Podcast

POD-002

Soft rule priority 54 domain: podcast multicam

Rationale

Group behavior is best understood in shared space.

IF — conditions (all must hold)

  • podcast.overlap_or_group_laughter eq true

THEN — actions

  • propose "prefer_master_or_relational_two_shot"

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": "POD-002",
  "domain": "podcast",
  "priority": 54,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "podcast.overlap_or_group_laughter",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "prefer_master_or_relational_two_shot"
    }
  ],
  "rationale": "Group behavior is best understood in shared space.",
  "tags": [
    "multicam"
  ]
}

This rule as JSON → · Evaluate a context →