Bow Tie Kreative VIDEO Grammar

Production rules · QA

QAG-003

Hard rule priority 86 domain: qa regression

Rationale

Critical repairs should prevent recurrence.

IF — conditions (all must hold)

  • qa.critical_issue_repaired eq true

THEN — actions

  • append requirements "create_regression_case"

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-003",
  "domain": "qa",
  "priority": 86,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "qa.critical_issue_repaired",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "create_regression_case"
    }
  ],
  "rationale": "Critical repairs should prevent recurrence.",
  "tags": [
    "regression"
  ]
}

This rule as JSON → · Evaluate a context →