{
  "$schema": "/characters/v2/schemas/knowledge-base.schema.json",
  "schemaVersion": "2.0.0",
  "kind": "nandarona.character-knowledge-base",
  "releaseId": "ayumi@2.6.0",
  "epistemicPolicy": {
    "canonical": "Must be preserved unless a later versioned release changes it.",
    "recommended": "Safe default; may be adapted while canonical invariants remain.",
    "exploratory": "Permitted experiment, not official fact.",
    "unknown": "Intentionally unspecified; never invent a canonical answer.",
    "prohibited": "Conflicts with identity, rights, or release boundaries."
  },
  "identity": {
    "canonical": {
      "id": "ayumi",
      "displayName": "Ayumi",
      "jaName": "あゆみ",
      "familyId": "locomotion",
      "familyName": "うごきのいきもの",
      "coreQuestionJa": "どの速さなら、曲がり角で止まれるんだろな？",
      "role": "加減速を持つ地上巡回NPC役",
      "verb": "地面を歩いて止まる",
      "summary": "四つの短い接地パドルを交互に運び、前方スリットが進行方向と停止距離を示す。"
    }
  },
  "designBoundary": {
    "commonDNA": {
      "canonical": [
        "a clear visual organ or signal shows quiet attention",
        "mouthless by default",
        "deep navy construction or hand-drawn outline",
        "quiet curiosity before certainty",
        "simple silhouette readable at UI-icon scale"
      ],
      "prohibited": [
        "human mouth or teeth as a stable feature",
        "official endorsement claims",
        "identity changes made only through recoloring or renaming"
      ]
    },
    "familyDNA": {
      "canonical": [
        "濃紺の外郭線と白い身体を共通にし、移動に使う面だけ淡い空色、ミント、藤、珊瑚、黄で示す",
        "視覚器官を進行スリット、踏切環、把持点、吸着帯、振動節、側線窓、揚力孔、水平環、追従レンズ、間隔灯へ分散する",
        "状態差は姿勢、接地数、身体の圧縮、面への向き、深度、翼面積、隊形で伝える",
        "各個体は固有の移動コントローラ、三つの可動値、ピボット、衝突体または接触面契約を持つ",
        "静止画一枚でも移動方向と接触面が読み取れ、小型NPCとUIアイコンの双方で輪郭が崩れない"
      ],
      "distinction": "seeds, leaves, roots, fruit, branches, pollen, and petals act as directly playable growth mechanisms without a mascot face"
    },
    "individualDNA": {
      "canonical": {
        "silhouette": "前後に長い豆形の胴と、左右二対の短い板状接地パドル",
        "motif": "進行スリットと歩幅刻み",
        "states": [
          "idle",
          "step-start",
          "walk",
          "turn",
          "brake",
          "arrive"
        ]
      },
      "prohibited": [
        "犬や猫の種名を付けない",
        "車輪で走らせない",
        "常に同速で滑らせない"
      ]
    }
  },
  "behavior": {
    "canonical": {
      "$schema": "/characters/v2/schemas/state-machine.schema.json",
      "schemaVersion": "1.0.0",
      "kind": "nandarona.character-state-machine",
      "releaseId": "ayumi@2.6.0",
      "initialState": "idle",
      "states": {
        "idle": {
          "status": "canonical",
          "intent": "地面を歩いて止まる前の基準状態",
          "allowedNext": [
            "step-start",
            "idle"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "step-start": {
          "status": "canonical",
          "intent": "加減速を持つ地上巡回NPC役としての step-start 状態",
          "allowedNext": [
            "walk",
            "idle"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "walk": {
          "status": "canonical",
          "intent": "加減速を持つ地上巡回NPC役としての walk 状態",
          "allowedNext": [
            "turn",
            "idle"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "turn": {
          "status": "canonical",
          "intent": "加減速を持つ地上巡回NPC役としての turn 状態",
          "allowedNext": [
            "brake",
            "idle"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "brake": {
          "status": "canonical",
          "intent": "加減速を持つ地上巡回NPC役としての brake 状態",
          "allowedNext": [
            "arrive",
            "idle"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "arrive": {
          "status": "canonical",
          "intent": "加減速を持つ地上巡回NPC役としての arrive 状態",
          "allowedNext": [
            "idle"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        }
      },
      "events": {
        "activate": "step-start",
        "intensify": "turn",
        "resolve": "brake",
        "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."
      ]
    },
    "recommended": {
      "game": {
        "status": "recommended",
        "roles": [
          "巡回NPC",
          "追跡前の歩哨",
          "歩行チュートリアル"
        ],
        "selectionReason": "加減速を持つ地上巡回NPC役が必要で、進行スリットと歩幅刻みをゲーム内シルエットとして読ませたい時に選ぶ。",
        "implementation": [
          "six independent 512px state frames",
          "parameter-driven 2D signal animation",
          "HUD or world-space environmental marker"
        ],
        "notIncluded": [
          "3D mesh",
          "rig",
          "animation file",
          "Unreal .uasset",
          "engine plugin"
        ]
      },
      "video": {
        "status": "recommended",
        "roles": [
          "reaction cut",
          "chapter guide",
          "巡回NPC"
        ],
        "selectionReason": "「どの速さなら、曲がり角で止まれるんだろな？」という問いを、短い視覚リアクションとして挟みたい時に選ぶ。",
        "implementation": [
          "overlay",
          "cut-in",
          "chapter transition"
        ]
      },
      "livestream": {
        "status": "recommended",
        "roles": [
          "waiting state",
          "viewer reaction",
          "topic marker"
        ],
        "selectionReason": "地面を歩いて止まるという反応を、発言を遮らず画面上で示したい時に選ぶ。",
        "implementation": [
          "OBS image source",
          "chat reaction",
          "scene transition"
        ]
      },
      "ui": {
        "status": "recommended",
        "roles": [
          "status indicator",
          "empty state",
          "guided choice"
        ],
        "selectionReason": "加減速を持つ地上巡回NPC役をUIの意味として使い、文章だけより状態を早く伝えたい時に選ぶ。",
        "implementation": [
          "icon",
          "empty state illustration",
          "progress or warning state"
        ]
      }
    },
    "exploratory": [
      "New costumes, settings, and secondary props may be explored if the silhouette remains readable.",
      "Additional states may be proposed with a new id and explicit exploratory label."
    ],
    "unknown": [
      "voice actor",
      "canonical voice",
      "height in centimeters",
      "age",
      "gender",
      "biography outside the published role",
      "official 3D topology"
    ],
    "prohibited": [
      "犬や猫の種名を付けない",
      "車輪で走らせない",
      "常に同速で滑らせない",
      "claiming an exploratory or unknown statement is official canon",
      "claiming an engine-native asset exists when only reference data is provided"
    ]
  },
  "rights": {
    "status": "canonical",
    "license": {
      "id": "CC-BY-4.0",
      "url": "https://creativecommons.org/licenses/by/4.0/",
      "attribution": "Nandarona character platform / https://nandarona.com/characters/",
      "noEndorsement": true
    },
    "permissions": [
      "commercial use",
      "modification",
      "games",
      "video",
      "livestream",
      "AI reference",
      "generative AI input",
      "AI training",
      "redistribution"
    ],
    "conditions": [
      "attribution",
      "indicate changes",
      "no additional restrictions"
    ],
    "notGranted": [
      "trademark",
      "patent",
      "privacy/publicity rights",
      "official endorsement"
    ]
  },
  "provenance": {
    "canonicalSource": "/characters/v2/ayumi/2.6.0/manifest.json",
    "generatedFrom": "/characters/v2/catalog.json",
    "assetSource": "/characters/platform/locomotion/ayumi.png"
  }
}
