Production rules · Graphics
GFX-013
Soft rule priority 70 domain: graphics timing
Rationale
The viewer needs enough time to perform the intended information task.
IF — conditions (all must hold)
- graphic.read_time_seconds gt_path "graphic.hold_seconds"
THEN — actions
- propose "extend_hold_simplify_or_split"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "GFX-013",
"domain": "graphics",
"priority": 70,
"hard": false,
"logic": "all",
"when": [
{
"path": "graphic.read_time_seconds",
"op": "gt_path",
"value": "graphic.hold_seconds"
}
],
"then": [
{
"op": "propose",
"value": "extend_hold_simplify_or_split"
}
],
"rationale": "The viewer needs enough time to perform the intended information task.",
"tags": [
"timing"
]
}