Production rules · Clip
CLP-002
Soft rule priority 55 domain: clip boundary
Rationale
Including consequence often completes the local story movement.
IF — conditions (all must hold)
- clip.consequence_immediately_after eq true
THEN — actions
- propose "create_variant_with_consequence"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CLP-002",
"domain": "clip",
"priority": 55,
"hard": false,
"logic": "all",
"when": [
{
"path": "clip.consequence_immediately_after",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "create_variant_with_consequence"
}
],
"rationale": "Including consequence often completes the local story movement.",
"tags": [
"boundary"
]
}