Production rules · Graphics
GFX-009
Hard rule priority 93 domain: graphics uncertainty
Rationale
Omitted uncertainty creates false precision.
IF — conditions (all must hold)
- graphic.uncertainty_exists eq true
THEN — actions
- append requirements "encode_and_label_uncertainty"
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-009",
"domain": "graphics",
"priority": 93,
"hard": true,
"logic": "all",
"when": [
{
"path": "graphic.uncertainty_exists",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "append",
"path": "requirements",
"value": "encode_and_label_uncertainty"
}
],
"rationale": "Omitted uncertainty creates false precision.",
"tags": [
"uncertainty"
]
}