Production rules · Graphics
GFX-001
Soft rule priority 55 domain: graphics encoding
Rationale
Position and length generally support more precise comparison than area or volume.
IF — conditions (all must hold)
- graphic.task eq "precise_compare"
THEN — actions
- set graphic.preferred_encoding "position_or_length"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "GFX-001",
"domain": "graphics",
"priority": 55,
"hard": false,
"logic": "all",
"when": [
{
"path": "graphic.task",
"op": "eq",
"value": "precise_compare"
}
],
"then": [
{
"op": "set",
"path": "graphic.preferred_encoding",
"value": "position_or_length"
}
],
"rationale": "Position and length generally support more precise comparison than area or volume.",
"tags": [
"encoding"
]
}