Bow Tie Kreative VIDEO Grammar

Production rules · Camera

CAM-010

Soft rule priority 42 domain: camera coverage

Rationale

A complete action take provides spatial and editorial safety.

IF — conditions (all must hold)

  • coverage.complete_master_missing eq true

THEN — actions

  • propose "capture_or_generate_complete_master"

This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.

Full record

rules/production_rules.json
{
  "id": "CAM-010",
  "domain": "camera",
  "priority": 42,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "coverage.complete_master_missing",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "capture_or_generate_complete_master"
    }
  ],
  "rationale": "A complete action take provides spatial and editorial safety.",
  "tags": [
    "coverage"
  ]
}

This rule as JSON → · Evaluate a context →