Bow Tie Kreative VIDEO Grammar

Production rules · Graphics

GFX-007

Soft rule priority 49 domain: graphics motion

Rationale

Transforming the same object makes state change legible.

IF — conditions (all must hold)

  • graphic.object_state_changes eq true

THEN — actions

  • append requirements "preserve_object_constancy"

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-007",
  "domain": "graphics",
  "priority": 49,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "graphic.object_state_changes",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "preserve_object_constancy"
    }
  ],
  "rationale": "Transforming the same object makes state change legible.",
  "tags": [
    "motion"
  ]
}

This rule as JSON → · Evaluate a context →