Production rules · Clip
CLP-003
Hard rule priority 100 domain: clip integrity hook
Rationale
Hook strength cannot justify meaning distortion.
IF — conditions (all must hold)
- clip.hook_requires_misleading_omission eq true
THEN — actions
- add_flag "MISLEADING_HOOK"
- block
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": "CLP-003",
"domain": "clip",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "clip.hook_requires_misleading_omission",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "MISLEADING_HOOK"
},
{
"op": "block"
}
],
"rationale": "Hook strength cannot justify meaning distortion.",
"tags": [
"integrity",
"hook"
]
}