Bow Tie Kreative VIDEO Grammar

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

rules/production_rules.json
{
  "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"
  ]
}

This rule as JSON → · Evaluate a context →