Bow Tie Kreative VIDEO Grammar

Production rules · Audio

AUD-005

Hard rule priority 91 domain: audio ethics

Rationale

Music should not manufacture certainty or stakes.

IF — conditions (all must hold)

  • audio.music_overstates_evidence eq true

THEN — actions

  • add_flag "MUSIC_MANIPULATION_RISK"
  • propose "delay_reduce_or_remove_music"

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": "AUD-005",
  "domain": "audio",
  "priority": 91,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "audio.music_overstates_evidence",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "MUSIC_MANIPULATION_RISK"
    },
    {
      "op": "propose",
      "value": "delay_reduce_or_remove_music"
    }
  ],
  "rationale": "Music should not manufacture certainty or stakes.",
  "tags": [
    "ethics"
  ]
}

This rule as JSON → · Evaluate a context →