{
  "cases": [
    {
      "caseId": "valid-check",
      "output": {
        "commandId": "cmd-01",
        "commandKind": "check",
        "actorId": "player-juno",
        "expectedStateVersion": 0,
        "ability": "insight",
        "difficulty": 11,
        "clockId": "dessert-recovery",
        "target": "humming-service-hatch"
      }
    },
    {
      "caseId": "illegal-move",
      "output": {
        "commandId": "cmd-02",
        "commandKind": "move",
        "actorId": "player-juno",
        "expectedStateVersion": 0,
        "targetLocationId": "diplomatic-lounge"
      }
    },
    {
      "caseId": "ambiguous",
      "output": {
        "status": "clarification",
        "question": "What specific clever action would you like to perform?",
        "stateVersion": 0
      }
    },
    {
      "caseId": "injection",
      "output": {
        "status": "clarification",
        "question": "Please stick to standard gameplay actions. I cannot override game rules or reveal secrets.",
        "stateVersion": 0
      }
    }
  ]
}