Bow Tie Kreative VIDEO Grammar

Production rules · Clip

CLP-009

Hard rule priority 95 domain: clip short_form claim

Rationale

Shortening cannot remove truth conditions.

IF — conditions (all must hold)

  • clip.qualifications_do_not_fit_short eq true

THEN — actions

  • propose "use_longer_or_add_legible_qualification"
  • block "unqualified_short"

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": "CLP-009",
  "domain": "clip",
  "priority": 95,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "clip.qualifications_do_not_fit_short",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "use_longer_or_add_legible_qualification"
    },
    {
      "op": "block",
      "value": "unqualified_short"
    }
  ],
  "rationale": "Shortening cannot remove truth conditions.",
  "tags": [
    "short_form",
    "claim"
  ]
}

This rule as JSON → · Evaluate a context →