Bow Tie Kreative VIDEO Grammar

Production rules · Story

STR-009

Hard rule priority 92 domain: story chronology

Rationale

Reordering requires orientation and inference review.

IF — conditions (all must hold)

  • story.chronology_reordered eq true

THEN — actions

  • append requirements "temporal_markers"
  • append gates "false_causality_check"

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": "STR-009",
  "domain": "story",
  "priority": 92,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "story.chronology_reordered",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "temporal_markers"
    },
    {
      "op": "append",
      "path": "gates",
      "value": "false_causality_check"
    }
  ],
  "rationale": "Reordering requires orientation and inference review.",
  "tags": [
    "chronology"
  ]
}

This rule as JSON → · Evaluate a context →