Bow Tie Kreative VIDEO Grammar

Production rules · Color & VFX

COL-001

Hard rule priority 100 domain: color_vfx color_management

Rationale

Incorrect source interpretation invalidates downstream color decisions.

IF — conditions (all must hold)

  • color.input_transform_known eq false

THEN — actions

  • add_flag "UNKNOWN_INPUT_TRANSFORM"
  • block "grade"

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": "COL-001",
  "domain": "color_vfx",
  "priority": 100,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "color.input_transform_known",
      "op": "eq",
      "value": false
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "UNKNOWN_INPUT_TRANSFORM"
    },
    {
      "op": "block",
      "value": "grade"
    }
  ],
  "rationale": "Incorrect source interpretation invalidates downstream color decisions.",
  "tags": [
    "color_management"
  ]
}

This rule as JSON → · Evaluate a context →