Bow Tie Kreative VIDEO Grammar

Production rules · Camera

CAM-001

Soft rule priority 76 domain: camera coverage

Rationale

Space must be established when relationship comprehension matters.

IF — conditions (all must hold)

  • shot.spatial_relation_unclear eq true

THEN — actions

  • append coverage_requirements "establishing_or_master"
  • add_flag "SPATIAL_ORIENTATION_NEEDED"

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-001",
  "domain": "camera",
  "priority": 76,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "shot.spatial_relation_unclear",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "coverage_requirements",
      "value": "establishing_or_master"
    },
    {
      "op": "add_flag",
      "value": "SPATIAL_ORIENTATION_NEEDED"
    }
  ],
  "rationale": "Space must be established when relationship comprehension matters.",
  "tags": [
    "coverage"
  ]
}

This rule as JSON → · Evaluate a context →