Bow Tie Kreative VIDEO Grammar

Production rules · Transcript

TXT-007

Soft rule priority 75 domain: transcript correction

Rationale

The correction changes the authoritative state of the earlier wording.

IF — conditions (all must hold)

  • transcript.has_self_correction eq true

THEN — actions

  • propose "prefer_corrected_statement"
  • append requirements "retain_correction_edge"

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-007",
  "domain": "transcript",
  "priority": 75,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "transcript.has_self_correction",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "prefer_corrected_statement"
    },
    {
      "op": "append",
      "path": "requirements",
      "value": "retain_correction_edge"
    }
  ],
  "rationale": "The correction changes the authoritative state of the earlier wording.",
  "tags": [
    "correction"
  ]
}

This rule as JSON → · Evaluate a context →