{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "hakkyo@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "拡げる前の基準状態",
      "allowedNext": [
        "receive",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "receive": {
      "status": "canonical",
      "intent": "光・音の増幅役としての receive 状態",
      "allowedNext": [
        "resonate",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "resonate": {
      "status": "canonical",
      "intent": "光・音の増幅役としての resonate 状態",
      "allowedNext": [
        "amplify",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "amplify": {
      "status": "canonical",
      "intent": "光・音の増幅役としての amplify 状態",
      "allowedNext": [
        "peak",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "peak": {
      "status": "canonical",
      "intent": "光・音の増幅役としての peak 状態",
      "allowedNext": [
        "dampen",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "dampen": {
      "status": "canonical",
      "intent": "光・音の増幅役としての dampen 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    }
  },
  "events": {
    "activate": "receive",
    "intensify": "amplify",
    "resolve": "peak",
    "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."
  ]
}
