Production rules · Graphics
GFX-002
Hard rule priority 100 domain: graphics truth
Rationale
Correlation cannot be rendered as a causal relation without evidence.
IF — conditions (all must hold)
- graphic.implies_causation_from_correlation eq true
THEN — actions
- add_flag "FALSE_CAUSAL_GRAPHIC"
- 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": "GFX-002",
"domain": "graphics",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "graphic.implies_causation_from_correlation",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "FALSE_CAUSAL_GRAPHIC"
},
{
"op": "block"
}
],
"rationale": "Correlation cannot be rendered as a causal relation without evidence.",
"tags": [
"truth"
]
}