Bow Tie Kreative VIDEO Grammar

Production rules · Delivery

DLV-006

Hard rule priority 88 domain: delivery generation

Rationale

Generated frame extensions may add interpretable content.

IF — conditions (all must hold)

  • delivery.generated_outpaint_material eq true

THEN — actions

  • append requirements "review_provenance_and_disclosure"
  • add_flag "GENERATIVE_FRAME_EXTENSION"

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-006",
  "domain": "delivery",
  "priority": 88,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "delivery.generated_outpaint_material",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "review_provenance_and_disclosure"
    },
    {
      "op": "add_flag",
      "value": "GENERATIVE_FRAME_EXTENSION"
    }
  ],
  "rationale": "Generated frame extensions may add interpretable content.",
  "tags": [
    "generation"
  ]
}

This rule as JSON → · Evaluate a context →