Bow Tie Kreative VIDEO Grammar

Production rules · Color & VFX

COL-005

Hard rule priority 100 domain: color_vfx ethics

Rationale

Cleanup cannot erase material documentary evidence without explicit approval.

IF — conditions (all must hold)

  • vfx.cleanup_removes_evidence eq true

THEN — actions

  • add_flag "EVIDENCE_ALTERATION"
  • block

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-005",
  "domain": "color_vfx",
  "priority": 100,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "vfx.cleanup_removes_evidence",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "EVIDENCE_ALTERATION"
    },
    {
      "op": "block"
    }
  ],
  "rationale": "Cleanup cannot erase material documentary evidence without explicit approval.",
  "tags": [
    "ethics"
  ]
}

This rule as JSON → · Evaluate a context →