Production rules · Clip
CLP-011
Soft rule priority 35 domain: clip editability
Rationale
Handles preserve later trim and transition flexibility.
IF — conditions (all must hold)
- clip.handles_frames lt 12
THEN — actions
- propose "increase_source_handles"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CLP-011",
"domain": "clip",
"priority": 35,
"hard": false,
"logic": "all",
"when": [
{
"path": "clip.handles_frames",
"op": "lt",
"value": 12
}
],
"then": [
{
"op": "propose",
"value": "increase_source_handles"
}
],
"rationale": "Handles preserve later trim and transition flexibility.",
"tags": [
"editability"
]
}