Bow Tie Kreative VIDEO Grammar

Production rules · Color & VFX

COL-004

Hard rule priority 88 domain: color_vfx composite

Rationale

Composite realism is multi-dimensional.

IF — conditions (all must hold)

  • vfx.integration_score lt 0.8

THEN — actions

  • add_flag "VFX_INTEGRATION_FAILURE"
  • propose "repair_geometry_light_depth_motion_lens_texture"

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-004",
  "domain": "color_vfx",
  "priority": 88,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "vfx.integration_score",
      "op": "lt",
      "value": 0.8
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "VFX_INTEGRATION_FAILURE"
    },
    {
      "op": "propose",
      "value": "repair_geometry_light_depth_motion_lens_texture"
    }
  ],
  "rationale": "Composite realism is multi-dimensional.",
  "tags": [
    "composite"
  ]
}

This rule as JSON → · Evaluate a context →