{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "kakusan@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "探知する前の基準状態",
      "allowedNext": [
        "scan",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "scan": {
      "status": "canonical",
      "intent": "信号の探知・拡散役としての scan 状態",
      "allowedNext": [
        "catch",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "catch": {
      "status": "canonical",
      "intent": "信号の探知・拡散役としての catch 状態",
      "allowedNext": [
        "pulse",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "pulse": {
      "status": "canonical",
      "intent": "信号の探知・拡散役としての pulse 状態",
      "allowedNext": [
        "broadcast",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "broadcast": {
      "status": "canonical",
      "intent": "信号の探知・拡散役としての broadcast 状態",
      "allowedNext": [
        "cooldown",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "cooldown": {
      "status": "canonical",
      "intent": "信号の探知・拡散役としての cooldown 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    }
  },
  "events": {
    "activate": "scan",
    "intensify": "pulse",
    "resolve": "broadcast",
    "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."
  ]
}
