Bow Tie Kreative VIDEO Grammar

Production rules · Color & VFX

COL-009

Hard rule priority 91 domain: color_vfx skin

Rationale

Skin rendering should remain faithful and continuous.

IF — conditions (all must hold)

  • color.skin_identity_drift eq true

THEN — actions

  • add_flag "SKIN_IDENTITY_DRIFT"
  • propose "correct_or_replace_shot"

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-009",
  "domain": "color_vfx",
  "priority": 91,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "color.skin_identity_drift",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "SKIN_IDENTITY_DRIFT"
    },
    {
      "op": "propose",
      "value": "correct_or_replace_shot"
    }
  ],
  "rationale": "Skin rendering should remain faithful and continuous.",
  "tags": [
    "skin"
  ]
}

This rule as JSON → · Evaluate a context →