{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "youka@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "呼び込む前の基準状態",
      "allowedNext": [
        "open",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "open": {
      "status": "canonical",
      "intent": "吸引・召集役としての open 状態",
      "allowedNext": [
        "target",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "target": {
      "status": "canonical",
      "intent": "吸引・召集役としての target 状態",
      "allowedNext": [
        "pull",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "pull": {
      "status": "canonical",
      "intent": "吸引・召集役としての pull 状態",
      "allowedNext": [
        "contain",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "contain": {
      "status": "canonical",
      "intent": "吸引・召集役としての contain 状態",
      "allowedNext": [
        "release",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "release": {
      "status": "canonical",
      "intent": "吸引・召集役としての release 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    }
  },
  "events": {
    "activate": "open",
    "intensify": "pull",
    "resolve": "contain",
    "reset": "idle"
  },
  "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."
  ]
}
