Production rules · Clip
CLP-008
Soft rule priority 44 domain: clip handles
Rationale
Natural boundaries improve editability and performance integrity.
IF — conditions (all must hold)
- clip.boundary_mid_breath_or_action eq true
THEN — actions
- propose "generate_natural_boundary_variants_with_handles"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CLP-008",
"domain": "clip",
"priority": 44,
"hard": false,
"logic": "all",
"when": [
{
"path": "clip.boundary_mid_breath_or_action",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "generate_natural_boundary_variants_with_handles"
}
],
"rationale": "Natural boundaries improve editability and performance integrity.",
"tags": [
"handles"
]
}