Production rules · Clip
CLP-006
Soft rule priority 48 domain: clip repair
Rationale
Visual weakness does not erase semantic value.
IF — conditions (all must hold)
- clip.visual_quality lt 0.45
THEN — actions
- propose "retain_semantics_and_plan_broll_graphic_or_audio_treatment"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CLP-006",
"domain": "clip",
"priority": 48,
"hard": false,
"logic": "all",
"when": [
{
"path": "clip.visual_quality",
"op": "lt",
"value": 0.45
}
],
"then": [
{
"op": "propose",
"value": "retain_semantics_and_plan_broll_graphic_or_audio_treatment"
}
],
"rationale": "Visual weakness does not erase semantic value.",
"tags": [
"repair"
]
}