Bow Tie Kreative VIDEO Grammar

Production rules · Color & VFX

COL-006

Hard rule priority 84 domain: color_vfx hdr

Rationale

Dual delivery needs controlled rendering across display ranges.

IF — conditions (all must hold)

  • delivery.hdr_required eq true
  • delivery.sdr_required eq true

THEN — actions

  • append requirements "reviewed_hdr_sdr_trim_path"

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-006",
  "domain": "color_vfx",
  "priority": 84,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "delivery.hdr_required",
      "op": "eq",
      "value": true
    },
    {
      "path": "delivery.sdr_required",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "reviewed_hdr_sdr_trim_path"
    }
  ],
  "rationale": "Dual delivery needs controlled rendering across display ranges.",
  "tags": [
    "hdr"
  ]
}

This rule as JSON → · Evaluate a context →