Production rules · Cut & edit
CUT-008
Hard rule priority 87 domain: editing time
Rationale
Compressed chronology must not imply false simultaneity.
IF — conditions (all must hold)
- cut.compresses_time eq true
THEN — actions
- append requirements "retain_temporal_orientation"
This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.
Full record
{
"id": "CUT-008",
"domain": "editing",
"priority": 87,
"hard": true,
"logic": "all",
"when": [
{
"path": "cut.compresses_time",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "retain_temporal_orientation"
}
],
"rationale": "Compressed chronology must not imply false simultaneity.",
"tags": [
"time"
]
}