{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "shimeyo@2.8.0",
  "initialState": "open",
  "states": {
    "open": {
      "status": "canonical",
      "intent": "内容を残して画面を閉じる前の基準状態",
      "allowedNext": [
        "edge-cue",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "edge-cue": {
      "status": "canonical",
      "intent": "エンディング・終了導線役としての edge-cue 状態",
      "allowedNext": [
        "close-third",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "close-third": {
      "status": "canonical",
      "intent": "エンディング・終了導線役としての close-third 状態",
      "allowedNext": [
        "close-most",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "close-most": {
      "status": "canonical",
      "intent": "エンディング・終了導線役としての close-most 状態",
      "allowedNext": [
        "next-aperture",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "next-aperture": {
      "status": "canonical",
      "intent": "エンディング・終了導線役としての next-aperture 状態",
      "allowedNext": [
        "quiet-end",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "quiet-end": {
      "status": "canonical",
      "intent": "エンディング・終了導線役としての quiet-end 状態",
      "allowedNext": [
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "edge-cue",
    "intensify": "close-most",
    "resolve": "next-aperture",
    "reset": "open"
  },
  "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."
  ]
}
