{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "kakushiba@2.8.0",
  "initialState": "slats-open",
  "states": {
    "slats-open": {
      "status": "canonical",
      "intent": "必要な範囲だけ目隠しする前の基準状態",
      "allowedNext": [
        "target-range",
        "slats-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "target-range": {
      "status": "canonical",
      "intent": "プライバシー範囲の可逆遮蔽役としての target-range 状態",
      "allowedNext": [
        "overlap-one",
        "slats-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "overlap-one": {
      "status": "canonical",
      "intent": "プライバシー範囲の可逆遮蔽役としての overlap-one 状態",
      "allowedNext": [
        "covered",
        "slats-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "covered": {
      "status": "canonical",
      "intent": "プライバシー範囲の可逆遮蔽役としての covered 状態",
      "allowedNext": [
        "uncover",
        "slats-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "uncover": {
      "status": "canonical",
      "intent": "プライバシー範囲の可逆遮蔽役としての uncover 状態",
      "allowedNext": [
        "slats-rest",
        "slats-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "slats-rest": {
      "status": "canonical",
      "intent": "プライバシー範囲の可逆遮蔽役としての slats-rest 状態",
      "allowedNext": [
        "slats-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "target-range",
    "intensify": "covered",
    "resolve": "uncover",
    "reset": "slats-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."
  ]
}
