Bow Tie Kreative VIDEO Grammar

Production rules · Clip

CLP-012

Soft rule priority 62 domain: clip context

Rationale

Low self-containment should be explicit in retrieval and ranking.

IF — conditions (all must hold)

  • clip.self_containment lt 0.6

THEN — actions

  • set clip.usage_state "dependent"

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-012",
  "domain": "clip",
  "priority": 62,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "clip.self_containment",
      "op": "lt",
      "value": 0.6
    }
  ],
  "then": [
    {
      "op": "set",
      "path": "clip.usage_state",
      "value": "dependent"
    }
  ],
  "rationale": "Low self-containment should be explicit in retrieval and ranking.",
  "tags": [
    "context"
  ]
}

This rule as JSON → · Evaluate a context →