{
  "$schema": "/characters/v2/schemas/knowledge-base.schema.json",
  "schemaVersion": "2.0.0",
  "kind": "nandarona.character-knowledge-base",
  "releaseId": "kirikaeri@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": "kirikaeri",
      "displayName": "Kirikaeri",
      "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": [
          "parked",
          "first-blade",
          "cover-half",
          "full-cover",
          "reveal-next",
          "park-opposite"
        ]
      },
      "prohibited": [
        "既製の回転矢印にしない",
        "無限回転させない",
        "前後画面を同時に読ませない"
      ]
    }
  },
  "behavior": {
    "canonical": {
      "$schema": "/characters/v2/schemas/state-machine.schema.json",
      "schemaVersion": "1.0.0",
      "kind": "nandarona.character-state-machine",
      "releaseId": "kirikaeri@2.8.0",
      "initialState": "parked",
      "states": {
        "parked": {
          "status": "canonical",
          "intent": "場面を一枚ずつ切り替える前の基準状態",
          "allowedNext": [
            "first-blade",
            "parked"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "first-blade": {
          "status": "canonical",
          "intent": "画面間トランジション役としての first-blade 状態",
          "allowedNext": [
            "cover-half",
            "parked"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "cover-half": {
          "status": "canonical",
          "intent": "画面間トランジション役としての cover-half 状態",
          "allowedNext": [
            "full-cover",
            "parked"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "full-cover": {
          "status": "canonical",
          "intent": "画面間トランジション役としての full-cover 状態",
          "allowedNext": [
            "reveal-next",
            "parked"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "reveal-next": {
          "status": "canonical",
          "intent": "画面間トランジション役としての reveal-next 状態",
          "allowedNext": [
            "park-opposite",
            "parked"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "park-opposite": {
          "status": "canonical",
          "intent": "画面間トランジション役としての park-opposite 状態",
          "allowedNext": [
            "parked"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        }
      },
      "events": {
        "activate": "first-blade",
        "intensify": "full-cover",
        "resolve": "reveal-next",
        "reset": "parked"
      },
      "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/kirikaeri/2.8.0/manifest.json",
    "generatedFrom": "/characters/v2/catalog.json",
    "assetSource": "/characters/platform/scene/kirikaeri.png"
  }
}
