Bow Tie Kreative VIDEO Grammar

Production rules · Clip

CLP-005

Hard rule priority 96 domain: clip claim

Rationale

Material claims require evidence state before publication.

IF — conditions (all must hold)

  • clip.material_claim_unreviewed eq true

THEN — actions

  • add_flag "FACT_REVIEW_REQUIRED"
  • append gates "fact_review"

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-005",
  "domain": "clip",
  "priority": 96,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "clip.material_claim_unreviewed",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "FACT_REVIEW_REQUIRED"
    },
    {
      "op": "append",
      "path": "gates",
      "value": "fact_review"
    }
  ],
  "rationale": "Material claims require evidence state before publication.",
  "tags": [
    "claim"
  ]
}

This rule as JSON → · Evaluate a context →