{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "kakudo@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "測る前の基準状態",
      "allowedNext": [
        "open-hinge",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "open-hinge": {
      "status": "canonical",
      "intent": "角度と傾きの計測役としての open-hinge 状態",
      "allowedNext": [
        "align",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "align": {
      "status": "canonical",
      "intent": "角度と傾きの計測役としての align 状態",
      "allowedNext": [
        "measure",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "measure": {
      "status": "canonical",
      "intent": "角度と傾きの計測役としての measure 状態",
      "allowedNext": [
        "lock-angle",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "lock-angle": {
      "status": "canonical",
      "intent": "角度と傾きの計測役としての lock-angle 状態",
      "allowedNext": [
        "reset",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "reset": {
      "status": "canonical",
      "intent": "角度と傾きの計測役としての reset 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    }
  },
  "events": {
    "activate": "open-hinge",
    "intensify": "measure",
    "resolve": "lock-angle",
    "reset": "idle"
  },
  "guards": [
    "柔らかな餅型へ丸めない",
    "色替えだけで別個体にしない",
    "人型の手足や口を追加しない",
    "Unknown facts must remain unknown and must not be promoted to canonical by a transition.",
    "A transition must preserve common DNA, family DNA, and individual silhouette."
  ]
}
