Bow Tie Kreative VIDEO Grammar

Production rules · Delivery

DLV-010

Hard rule priority 91 domain: delivery archive

Rationale

A finished project should be reproducible from retained assets and manifests.

IF — conditions (all must hold)

  • archive.reconstructable eq false

THEN — actions

  • add_flag "ARCHIVE_INCOMPLETE"
  • block "archive_gate"

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-010",
  "domain": "delivery",
  "priority": 91,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "archive.reconstructable",
      "op": "eq",
      "value": false
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "ARCHIVE_INCOMPLETE"
    },
    {
      "op": "block",
      "value": "archive_gate"
    }
  ],
  "rationale": "A finished project should be reproducible from retained assets and manifests.",
  "tags": [
    "archive"
  ]
}

This rule as JSON → · Evaluate a context →