{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "watasu@2.2.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "渡す前の基準状態",
      "allowedNext": [
        "receive",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "receive": {
      "status": "canonical",
      "intent": "情報と役割の引き継ぎ役としての receive 状態",
      "allowedNext": [
        "hold",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "hold": {
      "status": "canonical",
      "intent": "情報と役割の引き継ぎ役としての hold 状態",
      "allowedNext": [
        "glide",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "glide": {
      "status": "canonical",
      "intent": "情報と役割の引き継ぎ役としての glide 状態",
      "allowedNext": [
        "handoff",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "handoff": {
      "status": "canonical",
      "intent": "情報と役割の引き継ぎ役としての handoff 状態",
      "allowedNext": [
        "confirm",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "confirm": {
      "status": "canonical",
      "intent": "情報と役割の引き継ぎ役としての confirm 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    }
  },
  "events": {
    "activate": "receive",
    "intensify": "glide",
    "resolve": "handoff",
    "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."
  ]
}
