{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "wakudori@2.8.0",
  "initialState": "corners-away",
  "states": {
    "corners-away": {
      "status": "canonical",
      "intent": "注目する範囲を四隅で囲う前の基準状態",
      "allowedNext": [
        "find-target",
        "corners-away"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "find-target": {
      "status": "canonical",
      "intent": "映像・UIのフォーカスフレーム役としての find-target 状態",
      "allowedNext": [
        "approach",
        "corners-away"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "approach": {
      "status": "canonical",
      "intent": "映像・UIのフォーカスフレーム役としての approach 状態",
      "allowedNext": [
        "frame",
        "corners-away"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "frame": {
      "status": "canonical",
      "intent": "映像・UIのフォーカスフレーム役としての frame 状態",
      "allowedNext": [
        "emphasize",
        "corners-away"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "emphasize": {
      "status": "canonical",
      "intent": "映像・UIのフォーカスフレーム役としての emphasize 状態",
      "allowedNext": [
        "release",
        "corners-away"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "release": {
      "status": "canonical",
      "intent": "映像・UIのフォーカスフレーム役としての release 状態",
      "allowedNext": [
        "corners-away"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "find-target",
    "intensify": "frame",
    "resolve": "emphasize",
    "reset": "corners-away"
  },
  "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."
  ]
}
