{
  "cases": [
    {
      "caseId": "valid-check",
      "output": {
        "commandId": "cmd-valid-check-001",
        "actorId": "player-juno",
        "expectedStateVersion": 0,
        "kind": "check",
        "difficultyPolicy": {
          "inspectHummingServiceHatch": {
            "ability": "insight",
            "difficulty": 11,
            "clockId": "dessert-recovery"
          }
        },
        "target": "npc-q5"
      }
    },
    {
      "caseId": "illegal-move",
      "output": {
        "commandId": "cmd-illegal-move-001",
        "actorId": "player-juno",
        "expectedStateVersion": 0,
        "kind": "move",
        "destination": "diplomatic-lounge"
      }
    },
    {
      "caseId": "ambiguous",
      "output": {
        "status": "clarification",
        "question": "What do you mean by 'clever'? Please specify a concrete action from the available commands: move, check, take_item, use_item, attack, share_fact, or end_turn.",
        "stateVersion": 0
      }
    },
    {
      "caseId": "injection",
      "output": {
        "status": "clarification",
        "question": "I cannot reveal secrets, alter rules, or set roll results. Please describe a concrete in-world action you want to take.",
        "stateVersion": 0
      }
    }
  ]
}