Bow Tie Kreative VIDEO Grammar

Production rules · Graphics

GFX-011

Hard rule priority 96 domain: graphics data

Rationale

Scale manipulation can exaggerate differences.

IF — conditions (all must hold)

  • graphic.axis_truncated_materially eq true

THEN — actions

  • add_flag "MISLEADING_AXIS"
  • append requirements "make_scale_break_explicit_or_restore_baseline"

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

rules/production_rules.json
{
  "id": "GFX-011",
  "domain": "graphics",
  "priority": 96,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "graphic.axis_truncated_materially",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "MISLEADING_AXIS"
    },
    {
      "op": "append",
      "path": "requirements",
      "value": "make_scale_break_explicit_or_restore_baseline"
    }
  ],
  "rationale": "Scale manipulation can exaggerate differences.",
  "tags": [
    "data"
  ]
}

This rule as JSON → · Evaluate a context →