Bow Tie Kreative VIDEO Grammar

Production rules · Podcast

POD-009

Soft rule priority 37 domain: podcast tangent

Rationale

A tangent may contribute relational or character value.

IF — conditions (all must hold)

  • podcast.tangent_character_value gt 0.7

THEN — actions

  • propose "preserve_as_short_character_beat_or_derivative"

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-009",
  "domain": "podcast",
  "priority": 37,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "podcast.tangent_character_value",
      "op": "gt",
      "value": 0.7
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "preserve_as_short_character_beat_or_derivative"
    }
  ],
  "rationale": "A tangent may contribute relational or character value.",
  "tags": [
    "tangent"
  ]
}

This rule as JSON → · Evaluate a context →