Bow Tie Kreative VIDEO Grammar

Production rules · Clip

CLP-013

Soft rule priority 42 domain: clip dedupe

Rationale

Redundant clips should be resolved using purpose-specific facets.

IF — conditions (all must hold)

  • clip.redundancy_score gt 0.85

THEN — actions

  • propose "compare_performance_evidence_and_repair_cost"

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": "CLP-013",
  "domain": "clip",
  "priority": 42,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "clip.redundancy_score",
      "op": "gt",
      "value": 0.85
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "compare_performance_evidence_and_repair_cost"
    }
  ],
  "rationale": "Redundant clips should be resolved using purpose-specific facets.",
  "tags": [
    "dedupe"
  ]
}

This rule as JSON → · Evaluate a context →