Production rules · Clip
CLP-014
Soft rule priority 30 domain: clip scale
Rationale
Long clips should expose nested useful units.
IF — conditions (all must hold)
- clip.duration_seconds gt 180
THEN — actions
- propose "mine_nested_soundbites_and_beats"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CLP-014",
"domain": "clip",
"priority": 30,
"hard": false,
"logic": "all",
"when": [
{
"path": "clip.duration_seconds",
"op": "gt",
"value": 180
}
],
"then": [
{
"op": "propose",
"value": "mine_nested_soundbites_and_beats"
}
],
"rationale": "Long clips should expose nested useful units.",
"tags": [
"scale"
]
}