Bow Tie Kreative VIDEO Grammar

Production rules · Clip

CLP-004

Soft rule priority 45 domain: clip dedupe

Rationale

Equivalent propositions should be compared, not silently duplicated.

IF — conditions (all must hold)

  • clip.semantic_duplicate eq true

THEN — actions

  • propose "group_as_alternative_and_rank_by_use"

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-004",
  "domain": "clip",
  "priority": 45,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "clip.semantic_duplicate",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "group_as_alternative_and_rank_by_use"
    }
  ],
  "rationale": "Equivalent propositions should be compared, not silently duplicated.",
  "tags": [
    "dedupe"
  ]
}

This rule as JSON → · Evaluate a context →