{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "awasegi@2.9.0",
  "initialState": "both-up",
  "states": {
    "both-up": {
      "status": "canonical",
      "intent": "二つを同時に押してつなぐ前の基準状態",
      "allowedNext": [
        "left-only",
        "both-up"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "left-only": {
      "status": "canonical",
      "intent": "二入力同時押し・コード入力役としての left-only 状態",
      "allowedNext": [
        "right-only",
        "both-up"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "right-only": {
      "status": "canonical",
      "intent": "二入力同時押し・コード入力役としての right-only 状態",
      "allowedNext": [
        "both-pressed",
        "both-up"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "both-pressed": {
      "status": "canonical",
      "intent": "二入力同時押し・コード入力役としての both-pressed 状態",
      "allowedNext": [
        "bridge-level",
        "both-up"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "bridge-level": {
      "status": "canonical",
      "intent": "二入力同時押し・コード入力役としての bridge-level 状態",
      "allowedNext": [
        "both-release",
        "both-up"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "both-release": {
      "status": "canonical",
      "intent": "二入力同時押し・コード入力役としての both-release 状態",
      "allowedNext": [
        "both-up"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "left-only",
    "intensify": "both-pressed",
    "resolve": "bridge-level",
    "reset": "both-up"
  },
  "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."
  ]
}
