Bow Tie Kreative VIDEO Grammar

Production rules · Transcript

TXT-003

Hard rule priority 95 domain: transcript question_answer

Rationale

Answers inherit subject, scope, and polarity from their questions.

IF — conditions (all must hold)

  • transcript.answer_depends_on_question eq true

THEN — actions

  • append requirements "include_question_or_truthful_bridge"
  • add_flag "QUESTION_SCOPE_DEPENDENCY"

This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.

Full record

rules/production_rules.json
{
  "id": "TXT-003",
  "domain": "transcript",
  "priority": 95,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "transcript.answer_depends_on_question",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "include_question_or_truthful_bridge"
    },
    {
      "op": "add_flag",
      "value": "QUESTION_SCOPE_DEPENDENCY"
    }
  ],
  "rationale": "Answers inherit subject, scope, and polarity from their questions.",
  "tags": [
    "question_answer"
  ]
}

This rule as JSON → · Evaluate a context →