Bow Tie Kreative VIDEO Grammar

Production rules · Podcast

POD-003

Soft rule priority 70 domain: podcast emotion

Rationale

Stable coverage respects and preserves vulnerable performance.

IF — conditions (all must hold)

  • podcast.vulnerable_testimony eq true

THEN — actions

  • propose "reduce_decorative_cuts_and_protect_pauses"

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-003",
  "domain": "podcast",
  "priority": 70,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "podcast.vulnerable_testimony",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "reduce_decorative_cuts_and_protect_pauses"
    }
  ],
  "rationale": "Stable coverage respects and preserves vulnerable performance.",
  "tags": [
    "emotion"
  ]
}

This rule as JSON → · Evaluate a context →