{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "kessho@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "結晶化する前の基準状態",
      "allowedNext": [
        "seed",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "seed": {
      "status": "canonical",
      "intent": "固定・保存役としての seed 状態",
      "allowedNext": [
        "grow",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "grow": {
      "status": "canonical",
      "intent": "固定・保存役としての grow 状態",
      "allowedNext": [
        "crystallize",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "crystallize": {
      "status": "canonical",
      "intent": "固定・保存役としての crystallize 状態",
      "allowedNext": [
        "preserve",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "preserve": {
      "status": "canonical",
      "intent": "固定・保存役としての preserve 状態",
      "allowedNext": [
        "melt-edge",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "melt-edge": {
      "status": "canonical",
      "intent": "固定・保存役としての melt-edge 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    }
  },
  "events": {
    "activate": "seed",
    "intensify": "crystallize",
    "resolve": "preserve",
    "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."
  ]
}
