Bow Tie Kreative VIDEO Grammar

Production rules · LAKA change control

LAK-005

Soft rule priority 77 domain: laka reversibility

Rationale

Irreversible decisions deserve stronger evidence and review.

IF — conditions (all must hold)

  • decision.reversibility eq "low"

THEN — actions

  • append requirements "raise_review_threshold_and_preserve_backup"

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": "LAK-005",
  "domain": "laka",
  "priority": 77,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "decision.reversibility",
      "op": "eq",
      "value": "low"
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "raise_review_threshold_and_preserve_backup"
    }
  ],
  "rationale": "Irreversible decisions deserve stronger evidence and review.",
  "tags": [
    "reversibility"
  ]
}

This rule as JSON → · Evaluate a context →