{
  "$schema": "/characters/v2/schemas/knowledge-base.schema.json",
  "schemaVersion": "2.0.0",
  "kind": "nandarona.character-knowledge-base",
  "releaseId": "mawashiro@2.9.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": "mawashiro",
      "displayName": "Mawashiro",
      "jaName": "まわしろ",
      "familyId": "input",
      "familyName": "そうさのてざわり",
      "coreQuestionJa": "どの刻みなら、回した量と戻る道が分かるんだろな？",
      "role": "回転入力・スティック旋回役",
      "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": [
        "濃紺の構造線と白い入力面を共有し、受付点だけ淡いミント、藤、珊瑚、黄で示す",
        "視覚器官を押し窪み、保持環、二連膜、回数櫛、方向珠、搬送籠、回転節、収束叉、拍節、同時橋へ分散する",
        "感覚眼を単眼レンズ、縦スリット、非対称小眼、点列眼、方向眼、三点感覚、中央孔眼、叉先眼、拍眼、異形対眼へ分散し、同じ大きな二つ目へ統一しない",
        "各個体に跳ねる、伸びる、交互に弾む、這う、滑る、運ぶ、転がる、浮く、刻む、寄り添うの固有移動予兆を持たせる",
        "入力前、受付、継続、成立、取消、復帰を六つの静止輪郭でも判別できる",
        "キーボード、ゲームパッド、タッチ、マウスの特定製品形状へ固定せず入力意味を抽象化する",
        "32px相当でも方向、回数、保持量、対象、時間窓、同時性を色や点滅だけに頼らず読める"
      ],
      "distinction": "seeds, leaves, roots, fruit, branches, pollen, and petals act as directly playable growth mechanisms without a mascot face"
    },
    "individualDNA": {
      "canonical": {
        "silhouette": "中心孔を囲む七つの不等角節と外周に一つだけある基準切欠き",
        "motif": "回転節と基準切欠き。空洞中央に浮き、常に基準切欠きを向く一つの孔眼。外周七節を車輪として傾きながら有限角だけ転がる",
        "states": [
          "misaligned",
          "turn-start",
          "quarter-turn",
          "near-notch",
          "aligned",
          "release-angle"
        ]
      },
      "prohibited": [
        "更新アイコンにしない",
        "無限回転を要求しない",
        "角度を色だけで示さない"
      ]
    }
  },
  "behavior": {
    "canonical": {
      "$schema": "/characters/v2/schemas/state-machine.schema.json",
      "schemaVersion": "1.0.0",
      "kind": "nandarona.character-state-machine",
      "releaseId": "mawashiro@2.9.0",
      "initialState": "misaligned",
      "states": {
        "misaligned": {
          "status": "canonical",
          "intent": "角度を回して合わせる前の基準状態",
          "allowedNext": [
            "turn-start",
            "misaligned"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "turn-start": {
          "status": "canonical",
          "intent": "回転入力・スティック旋回役としての turn-start 状態",
          "allowedNext": [
            "quarter-turn",
            "misaligned"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "quarter-turn": {
          "status": "canonical",
          "intent": "回転入力・スティック旋回役としての quarter-turn 状態",
          "allowedNext": [
            "near-notch",
            "misaligned"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "near-notch": {
          "status": "canonical",
          "intent": "回転入力・スティック旋回役としての near-notch 状態",
          "allowedNext": [
            "aligned",
            "misaligned"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "aligned": {
          "status": "canonical",
          "intent": "回転入力・スティック旋回役としての aligned 状態",
          "allowedNext": [
            "release-angle",
            "misaligned"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "release-angle": {
          "status": "canonical",
          "intent": "回転入力・スティック旋回役としての release-angle 状態",
          "allowedNext": [
            "misaligned"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        }
      },
      "events": {
        "activate": "turn-start",
        "intensify": "near-notch",
        "resolve": "aligned",
        "reset": "misaligned"
      },
      "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": [
          "ダイヤルパズル",
          "カメラ旋回案内",
          "バルブ操作"
        ],
        "selectionReason": "回転入力・スティック旋回役が必要で、回転節と基準切欠き。空洞中央に浮き、常に基準切欠きを向く一つの孔眼。外周七節を車輪として傾きながら有限角だけ転がるをゲーム内シルエットとして読ませたい時に選ぶ。",
        "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",
          "ダイヤルパズル"
        ],
        "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": "回転入力・スティック旋回役を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/mawashiro/2.9.0/manifest.json",
    "generatedFrom": "/characters/v2/catalog.json",
    "assetSource": "/characters/platform/input/mawashiro.png"
  }
}
