Production rules · Graphics
GFX-008
Hard rule priority 92 domain: graphics delivery
Rationale
Essential information cannot overlap captions or platform controls.
IF — conditions (all must hold)
- graphic.caption_or_ui_collision eq true
THEN — actions
- add_flag "LAYOUT_COLLISION"
- propose "reflow_for_delivery_profile"
- block "delivery"
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-008",
"domain": "graphics",
"priority": 92,
"hard": true,
"logic": "all",
"when": [
{
"path": "graphic.caption_or_ui_collision",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "LAYOUT_COLLISION"
},
{
"op": "propose",
"value": "reflow_for_delivery_profile"
},
{
"op": "block",
"value": "delivery"
}
],
"rationale": "Essential information cannot overlap captions or platform controls.",
"tags": [
"delivery"
]
}