Production rules · Cut & edit
CUT-010
Soft rule priority 48 domain: editing motivation
Rationale
Cuts should change information, relation, emotion, space, or rhythm.
IF — conditions (all must hold)
- cut.information_gain lt 0.1
THEN — actions
- propose "remove_or_find_motivation"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CUT-010",
"domain": "editing",
"priority": 48,
"hard": false,
"logic": "all",
"when": [
{
"path": "cut.information_gain",
"op": "lt",
"value": 0.1
}
],
"then": [
{
"op": "propose",
"value": "remove_or_find_motivation"
}
],
"rationale": "Cuts should change information, relation, emotion, space, or rhythm.",
"tags": [
"motivation"
]
}