{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "nerisaki@2.9.0",
  "initialState": "forks-wide",
  "states": {
    "forks-wide": {
      "status": "canonical",
      "intent": "狙いを寄せて確かめる前の基準状態",
      "allowedNext": [
        "target-found",
        "forks-wide"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "target-found": {
      "status": "canonical",
      "intent": "照準移動と別入力確定役としての target-found 状態",
      "allowedNext": [
        "converging",
        "forks-wide"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "converging": {
      "status": "canonical",
      "intent": "照準移動と別入力確定役としての converging 状態",
      "allowedNext": [
        "aim-held",
        "forks-wide"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "aim-held": {
      "status": "canonical",
      "intent": "照準移動と別入力確定役としての aim-held 状態",
      "allowedNext": [
        "confirm-joined",
        "forks-wide"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "confirm-joined": {
      "status": "canonical",
      "intent": "照準移動と別入力確定役としての confirm-joined 状態",
      "allowedNext": [
        "forks-release",
        "forks-wide"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "forks-release": {
      "status": "canonical",
      "intent": "照準移動と別入力確定役としての forks-release 状態",
      "allowedNext": [
        "forks-wide"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "target-found",
    "intensify": "aim-held",
    "resolve": "confirm-joined",
    "reset": "forks-wide"
  },
  "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."
  ]
}
