Production rules · Cut & edit
CUT-002
Soft rule priority 45 domain: editing audio
Rationale
Incoming sound can prepare a semantic transition.
IF — conditions (all must hold)
- cut.incoming_idea_should_anticipate eq true
THEN — actions
- propose "j_cut_or_prelap"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CUT-002",
"domain": "editing",
"priority": 45,
"hard": false,
"logic": "all",
"when": [
{
"path": "cut.incoming_idea_should_anticipate",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "j_cut_or_prelap"
}
],
"rationale": "Incoming sound can prepare a semantic transition.",
"tags": [
"audio"
]
}