Bow Tie Kreative VIDEO Grammar

Production rules · Podcast

POD-006

Soft rule priority 64 domain: podcast reaction

Rationale

A consequential reaction is part of the exchange evidence.

IF — conditions (all must hold)

  • podcast.reaction_changes_meaning eq true

THEN — actions

  • append requirements "show_true_temporal_reaction"

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-006",
  "domain": "podcast",
  "priority": 64,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "podcast.reaction_changes_meaning",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "show_true_temporal_reaction"
    }
  ],
  "rationale": "A consequential reaction is part of the exchange evidence.",
  "tags": [
    "reaction"
  ]
}

This rule as JSON → · Evaluate a context →