Bow Tie Kreative VIDEO Grammar

Production rules · Podcast

POD-001

Soft rule priority 48 domain: podcast multicam

Rationale

Active-speaker switching ignores listener and relational information.

IF — conditions (all must hold)

  • podcast.active_speaker_only_switching eq true

THEN — actions

  • propose "evaluate_reaction_relationship_and_master"

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-001",
  "domain": "podcast",
  "priority": 48,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "podcast.active_speaker_only_switching",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "evaluate_reaction_relationship_and_master"
    }
  ],
  "rationale": "Active-speaker switching ignores listener and relational information.",
  "tags": [
    "multicam"
  ]
}

This rule as JSON → · Evaluate a context →