{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "seigyo@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "整える前の基準状態",
      "allowedNext": [
        "sample",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "sample": {
      "status": "canonical",
      "intent": "強度の制御役としての sample 状態",
      "allowedNext": [
        "compress",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "compress": {
      "status": "canonical",
      "intent": "強度の制御役としての compress 状態",
      "allowedNext": [
        "regulate",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "regulate": {
      "status": "canonical",
      "intent": "強度の制御役としての regulate 状態",
      "allowedNext": [
        "stable",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "stable": {
      "status": "canonical",
      "intent": "強度の制御役としての stable 状態",
      "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": "sample",
    "intensify": "regulate",
    "resolve": "stable",
    "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."
  ]
}
