{
  "$schema": "/characters/v2/schemas/knowledge-base.schema.json",
  "schemaVersion": "2.0.0",
  "kind": "nandarona.character-knowledge-base",
  "releaseId": "tomemori@2.8.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": "tomemori",
      "displayName": "Tomemori",
      "jaName": "とめもり",
      "familyId": "scene",
      "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": [
        "濃紺の線と白い薄層身体を共有し、画面状態を示す面だけ淡いミント、藤、珊瑚、黄で示す",
        "視覚器官を待機点列、開始継目、転換羽根、注目四隅、遮蔽板、記録爪、周回路、停止柱、戻り歯、閉幕絞りへ分散する",
        "セーフエリアを塞がず、16:9、9:16、1:1の画面で位置と大きさを調整できる",
        "状態差は開閉率、画面端からの進入量、枠の余白、遮蔽率、残り周回、時間方向で伝える",
        "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": [
          "flowing",
          "posts-rise",
          "capture-point",
          "held",
          "posts-open",
          "resume-point"
        ]
      },
      "prohibited": [
        "既製の一時停止アイコンにしない",
        "停止中も高速に動かさない",
        "保存済みと誤認させない"
      ]
    }
  },
  "behavior": {
    "canonical": {
      "$schema": "/characters/v2/schemas/state-machine.schema.json",
      "schemaVersion": "1.0.0",
      "kind": "nandarona.character-state-machine",
      "releaseId": "tomemori@2.8.0",
      "initialState": "flowing",
      "states": {
        "flowing": {
          "status": "canonical",
          "intent": "現在位置を保って止める前の基準状態",
          "allowedNext": [
            "posts-rise",
            "flowing"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "posts-rise": {
          "status": "canonical",
          "intent": "一時停止と再開位置保持役としての posts-rise 状態",
          "allowedNext": [
            "capture-point",
            "flowing"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "capture-point": {
          "status": "canonical",
          "intent": "一時停止と再開位置保持役としての capture-point 状態",
          "allowedNext": [
            "held",
            "flowing"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "held": {
          "status": "canonical",
          "intent": "一時停止と再開位置保持役としての held 状態",
          "allowedNext": [
            "posts-open",
            "flowing"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "posts-open": {
          "status": "canonical",
          "intent": "一時停止と再開位置保持役としての posts-open 状態",
          "allowedNext": [
            "resume-point",
            "flowing"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "resume-point": {
          "status": "canonical",
          "intent": "一時停止と再開位置保持役としての resume-point 状態",
          "allowedNext": [
            "flowing"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        }
      },
      "events": {
        "activate": "posts-rise",
        "intensify": "held",
        "resolve": "posts-open",
        "reset": "flowing"
      },
      "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": [
          "動画一時停止表示",
          "ゲーム中断UI",
          "配信ブレイク"
        ],
        "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/tomemori/2.8.0/manifest.json",
    "generatedFrom": "/characters/v2/catalog.json",
    "assetSource": "/characters/platform/scene/tomemori.png"
  }
}
