{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "ryuka@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "流す前の基準状態",
      "allowedNext": [
        "gather",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "gather": {
      "status": "canonical",
      "intent": "流れの経路変更役としての gather 状態",
      "allowedNext": [
        "bend",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "bend": {
      "status": "canonical",
      "intent": "流れの経路変更役としての bend 状態",
      "allowedNext": [
        "stream",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "stream": {
      "status": "canonical",
      "intent": "流れの経路変更役としての stream 状態",
      "allowedNext": [
        "release",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "release": {
      "status": "canonical",
      "intent": "流れの経路変更役としての release 状態",
      "allowedNext": [
        "settle",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "settle": {
      "status": "canonical",
      "intent": "流れの経路変更役としての settle 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    }
  },
  "events": {
    "activate": "gather",
    "intensify": "stream",
    "resolve": "release",
    "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."
  ]
}
