Bow Tie Kreative VIDEO Grammar

Production rules · Generation

GEN-016

Soft rule priority 82 domain: generation motion

Rationale

Visible cause, contact, and inertia support temporal credibility.

IF — conditions (all must hold)

  • generated.physics_score lt 0.75

THEN — actions

  • add_flag "PHYSICS_FAILURE"
  • propose "split_action_or_use_other_method"

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": "GEN-016",
  "domain": "generation",
  "priority": 82,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "generated.physics_score",
      "op": "lt",
      "value": 0.75
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "PHYSICS_FAILURE"
    },
    {
      "op": "propose",
      "value": "split_action_or_use_other_method"
    }
  ],
  "rationale": "Visible cause, contact, and inertia support temporal credibility.",
  "tags": [
    "motion"
  ]
}

This rule as JSON → · Evaluate a context →