Production rules · Cut & edit
CUT-012
Hard rule priority 82 domain: editing montage
Rationale
Montage requires a governing transformation and exit condition.
IF — conditions (all must hold)
- montage.ordering_principle_missing eq true
THEN — actions
- add_flag "MONTAGE_WITHOUT_GRAMMAR"
- append requirements "define_order_duration_escalation_exit"
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-012",
"domain": "editing",
"priority": 82,
"hard": true,
"logic": "all",
"when": [
{
"path": "montage.ordering_principle_missing",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "MONTAGE_WITHOUT_GRAMMAR"
},
{
"op": "append",
"path": "requirements",
"value": "define_order_duration_escalation_exit"
}
],
"rationale": "Montage requires a governing transformation and exit condition.",
"tags": [
"montage"
]
}