{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "shibomi@2.4.0",
  "initialState": "open",
  "states": {
    "open": {
      "status": "canonical",
      "intent": "閉じ時を示す前の基準状態",
      "allowedNext": [
        "first-fold",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "first-fold": {
      "status": "canonical",
      "intent": "利用期限の閉鎖予告役としての first-fold 状態",
      "allowedNext": [
        "half",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "half": {
      "status": "canonical",
      "intent": "利用期限の閉鎖予告役としての half 状態",
      "allowedNext": [
        "last-petal",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "last-petal": {
      "status": "canonical",
      "intent": "利用期限の閉鎖予告役としての last-petal 状態",
      "allowedNext": [
        "closed",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "closed": {
      "status": "canonical",
      "intent": "利用期限の閉鎖予告役としての closed 状態",
      "allowedNext": [
        "reopen",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "reopen": {
      "status": "canonical",
      "intent": "利用期限の閉鎖予告役としての reopen 状態",
      "allowedNext": [
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "first-fold",
    "intensify": "last-petal",
    "resolve": "closed",
    "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."
  ]
}
