Bow Tie Kreative VIDEO Grammar

Production rules · QA

QAG-013

Hard rule priority 89 domain: qa delivery

Rationale

Reframing, captions, and encoding can fail only in derivatives.

IF — conditions (all must hold)

  • qa.only_master_version_tested eq true

THEN — actions

  • add_flag "DERIVATIVES_UNTESTED"
  • append requirements "qa_all_delivery_versions"

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": "QAG-013",
  "domain": "qa",
  "priority": 89,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "qa.only_master_version_tested",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "DERIVATIVES_UNTESTED"
    },
    {
      "op": "append",
      "path": "requirements",
      "value": "qa_all_delivery_versions"
    }
  ],
  "rationale": "Reframing, captions, and encoding can fail only in derivatives.",
  "tags": [
    "delivery"
  ]
}

This rule as JSON → · Evaluate a context →