{
  "rules": {
    "anatomy.hands": {
      "prompt": "Examine every visible hand. Count fingers, check joint bends and grips. Report frames where anatomy is wrong.",
      "fail_at": 4
    },
    "artifact.morphing": {
      "prompt": "Look for objects or body parts that morph, dissolve, duplicate, or teleport between frames.",
      "fail_at": 4
    },
    "physics.contact": {
      "prompt": "Do held or contacted objects move rigidly with the hand or surface touching them? Report slipping, clipping, or floating contact.",
      "fail_at": 4
    },
    "text.legibility": {
      "prompt": "The sign in this shot must read exactly: HAPPY HOUR 5-7PM. Report any frame where written text is garbled, misspelled, or illegible.",
      "fail_at": 3
    },
    "adherence.prompt": {
      "needs": "recipe.prompt_text",
      "prompt": "The direction for this shot was: {prompt}\nJudge how well these frames follow it. Report each missed element as a defect, severity by importance."
    },
    "continuity.objects": {
      "prompt": "Count the important objects (props, items being handled) in each frame. Report objects that vanish or appear between frames without leaving or entering the frame naturally. An object that disappears entirely is severity 4 or 5.",
      "fail_at": 4
    }
  }
}