{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "hajimari@2.8.0",
  "initialState": "closed",
  "states": {
    "closed": {
      "status": "canonical",
      "intent": "画面の始まりをひらく前の基準状態",
      "allowedNext": [
        "seam-cue",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "seam-cue": {
      "status": "canonical",
      "intent": "オープニング導入・開始宣言役としての seam-cue 状態",
      "allowedNext": [
        "open-small",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "open-small": {
      "status": "canonical",
      "intent": "オープニング導入・開始宣言役としての open-small 状態",
      "allowedNext": [
        "open-wide",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "open-wide": {
      "status": "canonical",
      "intent": "オープニング導入・開始宣言役としての open-wide 状態",
      "allowedNext": [
        "content-clear",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "content-clear": {
      "status": "canonical",
      "intent": "オープニング導入・開始宣言役としての content-clear 状態",
      "allowedNext": [
        "edge-rest",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "edge-rest": {
      "status": "canonical",
      "intent": "オープニング導入・開始宣言役としての edge-rest 状態",
      "allowedNext": [
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "seam-cue",
    "intensify": "open-wide",
    "resolve": "content-clear",
    "reset": "closed"
  },
  "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."
  ]
}
