Production rules · Graphics
GFX-003
Hard rule priority 100 domain: graphics data
Rationale
Data graphics require source, unit, scope, and baseline.
IF — conditions (all must hold)
- graphic.source_unit_scope_complete eq false
THEN — actions
- add_flag "GRAPHIC_METADATA_INCOMPLETE"
- 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-003",
"domain": "graphics",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "graphic.source_unit_scope_complete",
"op": "eq",
"value": false
}
],
"then": [
{
"op": "add_flag",
"value": "GRAPHIC_METADATA_INCOMPLETE"
},
{
"op": "block"
}
],
"rationale": "Data graphics require source, unit, scope, and baseline.",
"tags": [
"data"
]
}