Bow Tie Kreative VIDEO Grammar

Production rules · Transcript

TXT-011

Soft rule priority 72 domain: transcript audio_only

Rationale

Words such as “this” or “here” may depend on unseen action.

IF — conditions (all must hold)

  • transcript.visual_deictic eq true

THEN — actions

  • append requirements "resolve_visual_reference_for_audio_only"

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": "TXT-011",
  "domain": "transcript",
  "priority": 72,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "transcript.visual_deictic",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "resolve_visual_reference_for_audio_only"
    }
  ],
  "rationale": "Words such as “this” or “here” may depend on unseen action.",
  "tags": [
    "audio_only"
  ]
}

This rule as JSON → · Evaluate a context →