Bow Tie Kreative VIDEO Grammar

Production rules · Delivery

DLV-001

Hard rule priority 98 domain: delivery reframe

Rationale

Aspect conversion must preserve the information owner.

IF — conditions (all must hold)

  • delivery.center_crop_removes_owner eq true

THEN — actions

  • add_flag "CROP_REMOVES_INFORMATION_OWNER"
  • propose "tracked_reframe_alternate_coverage_or_designed_layout"
  • block "delivery"

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": "DLV-001",
  "domain": "delivery",
  "priority": 98,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "delivery.center_crop_removes_owner",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "CROP_REMOVES_INFORMATION_OWNER"
    },
    {
      "op": "propose",
      "value": "tracked_reframe_alternate_coverage_or_designed_layout"
    },
    {
      "op": "block",
      "value": "delivery"
    }
  ],
  "rationale": "Aspect conversion must preserve the information owner.",
  "tags": [
    "reframe"
  ]
}

This rule as JSON → · Evaluate a context →