Production rules · Cut & edit
CUT-018
Soft rule priority 70 domain: editing editability
Rationale
Missing handles limit trim, dissolve, and audio repair options.
IF — conditions (all must hold)
- edit.source_handles_missing eq true
THEN — actions
- add_flag "NO_HANDLES"
- propose "relink_source_or_revise_transition"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CUT-018",
"domain": "editing",
"priority": 70,
"hard": false,
"logic": "all",
"when": [
{
"path": "edit.source_handles_missing",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "NO_HANDLES"
},
{
"op": "propose",
"value": "relink_source_or_revise_transition"
}
],
"rationale": "Missing handles limit trim, dissolve, and audio repair options.",
"tags": [
"editability"
]
}