Production rules · Cut & edit
CUT-009
Soft rule priority 65 domain: editing emotion
Rationale
The face/performance may be the primary evidence of emotion.
IF — conditions (all must hold)
- cut.interrupts_emotional_apex eq true
THEN — actions
- propose "hold_unless_stronger_competing_information"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CUT-009",
"domain": "editing",
"priority": 65,
"hard": false,
"logic": "all",
"when": [
{
"path": "cut.interrupts_emotional_apex",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "hold_unless_stronger_competing_information"
}
],
"rationale": "The face/performance may be the primary evidence of emotion.",
"tags": [
"emotion"
]
}