Bow Tie Kreative VIDEO Grammar

Production rules · Camera

CAM-008

Soft rule priority 67 domain: camera editability

Rationale

Sync removals need truthful visual treatment.

IF — conditions (all must hold)

  • edit.removes_sync_time eq true

THEN — actions

  • append coverage_requirements "alternate_angle_insert_or_intentional_jump"

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-008",
  "domain": "camera",
  "priority": 67,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "edit.removes_sync_time",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "coverage_requirements",
      "value": "alternate_angle_insert_or_intentional_jump"
    }
  ],
  "rationale": "Sync removals need truthful visual treatment.",
  "tags": [
    "editability"
  ]
}

This rule as JSON → · Evaluate a context →