Production rules · Clip
CLP-001
Soft rule priority 82 domain: clip boundary
Rationale
A compelling line may still be unusable without its antecedent.
IF — conditions (all must hold)
- clip.has_unresolved_antecedent eq true
THEN — actions
- propose "expand_left_to_complete_setup"
- add_flag "DEPENDENT_CLIP"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CLP-001",
"domain": "clip",
"priority": 82,
"hard": false,
"logic": "all",
"when": [
{
"path": "clip.has_unresolved_antecedent",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "expand_left_to_complete_setup"
},
{
"op": "add_flag",
"value": "DEPENDENT_CLIP"
}
],
"rationale": "A compelling line may still be unusable without its antecedent.",
"tags": [
"boundary"
]
}