{
  "$schema": "/characters/v2/schemas/knowledge-base.schema.json",
  "schemaVersion": "2.0.0",
  "kind": "nandarona.character-knowledge-base",
  "releaseId": "tsumino@2.5.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": "tsumino",
      "displayName": "Tsumino",
      "jaName": "つみの",
      "familyId": "tactile",
      "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": [
        "白い中実面と濃紺の構造線を基調に、荷重や接触がかかる箇所だけ淡い珊瑚、空色、黄、藤で示す",
        "顔ではなく、握り欠き、方向リブ、張力窓、積層タブ、慣性環、軌道孔、振り弧、浮力線、重心珠、嵌合キーを視覚器官にする",
        "各状態を移動量、回転、たわみ、接合、荷重位置、接触跡の形状差で伝える",
        "各個体は一つの直接操作、三つの可動チャンネル、独立した当たり判定方針を持つ",
        "小型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": [
          "loose",
          "hover-align",
          "edge-touch",
          "seat",
          "stacked",
          "unstick"
        ]
      },
      "prohibited": [
        "単なる積み木セットにしない",
        "どの向きでも吸着させない",
        "恒久建築物にしない"
      ]
    }
  },
  "behavior": {
    "canonical": {
      "$schema": "/characters/v2/schemas/state-machine.schema.json",
      "schemaVersion": "1.0.0",
      "kind": "nandarona.character-state-machine",
      "releaseId": "tsumino@2.5.0",
      "initialState": "loose",
      "states": {
        "loose": {
          "status": "canonical",
          "intent": "向きを合わせて積む前の基準状態",
          "allowedNext": [
            "hover-align",
            "loose"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "hover-align": {
          "status": "canonical",
          "intent": "姿勢判定付き積層オブジェクト役としての hover-align 状態",
          "allowedNext": [
            "edge-touch",
            "loose"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "edge-touch": {
          "status": "canonical",
          "intent": "姿勢判定付き積層オブジェクト役としての edge-touch 状態",
          "allowedNext": [
            "seat",
            "loose"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "seat": {
          "status": "canonical",
          "intent": "姿勢判定付き積層オブジェクト役としての seat 状態",
          "allowedNext": [
            "stacked",
            "loose"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "stacked": {
          "status": "canonical",
          "intent": "姿勢判定付き積層オブジェクト役としての stacked 状態",
          "allowedNext": [
            "unstick",
            "loose"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "unstick": {
          "status": "canonical",
          "intent": "姿勢判定付き積層オブジェクト役としての unstick 状態",
          "allowedNext": [
            "loose"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        }
      },
      "events": {
        "activate": "hover-align",
        "intensify": "seat",
        "resolve": "stacked",
        "reset": "loose"
      },
      "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/tsumino/2.5.0/manifest.json",
    "generatedFrom": "/characters/v2/catalog.json",
    "assetSource": "/characters/platform/tactile/tsumino.png"
  }
}
