Bow Tie Kreative VIDEO Grammar

Production rules · Color & VFX

COL-010

Hard rule priority 94 domain: color_vfx provenance

Rationale

Material alterations that affect interpretation must be traceable and disclosed.

IF — conditions (all must hold)

  • vfx.material_alteration_misleading eq true

THEN — actions

  • append requirements "disclosure_and_provenance"
  • add_flag "MATERIAL_ALTERATION"

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-010",
  "domain": "color_vfx",
  "priority": 94,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "vfx.material_alteration_misleading",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "disclosure_and_provenance"
    },
    {
      "op": "add_flag",
      "value": "MATERIAL_ALTERATION"
    }
  ],
  "rationale": "Material alterations that affect interpretation must be traceable and disclosed.",
  "tags": [
    "provenance"
  ]
}

This rule as JSON → · Evaluate a context →