Production rules · Cut & edit
CUT-015
Soft rule priority 80 domain: editing continuity
Rationale
Spatial errors hinder comprehension unless disorientation is explicit.
IF — conditions (all must hold)
- cut.axis_or_eyeline_error eq true
THEN — actions
- add_flag "SPATIAL_CONTINUITY_ERROR"
- propose "repair_or_reorient"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CUT-015",
"domain": "editing",
"priority": 80,
"hard": false,
"logic": "all",
"when": [
{
"path": "cut.axis_or_eyeline_error",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "SPATIAL_CONTINUITY_ERROR"
},
{
"op": "propose",
"value": "repair_or_reorient"
}
],
"rationale": "Spatial errors hinder comprehension unless disorientation is explicit.",
"tags": [
"continuity"
]
}