Bow Tie Kreative VIDEO Grammar

Production rules · Podcast

POD-010

Soft rule priority 50 domain: podcast dialogue

Rationale

Over-cleaning can erase personality and meaning.

IF — conditions (all must hold)

  • podcast.human_rhythm_removed eq true

THEN — actions

  • propose "restore_selected_breaths_hesitations_and_reactions"

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-010",
  "domain": "podcast",
  "priority": 50,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "podcast.human_rhythm_removed",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "restore_selected_breaths_hesitations_and_reactions"
    }
  ],
  "rationale": "Over-cleaning can erase personality and meaning.",
  "tags": [
    "dialogue"
  ]
}

This rule as JSON → · Evaluate a context →