{
  "$schema": "/characters/v2/schemas/knowledge-base.schema.json",
  "schemaVersion": "2.0.0",
  "kind": "nandarona.character-knowledge-base",
  "releaseId": "kumokage@2.3.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": "kumokage",
      "displayName": "Kumokage",
      "jaName": "くもかげ",
      "familyId": "weather",
      "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": [
        "固定した生物顔を持たず、光・点群・スリット・単眼・無顔を使い分ける",
        "白を基調に、濃紺の輪郭とミント・藤・淡黄・水色の気象信号を使う",
        "輪郭は現象に由来し、同じ丸胴体への装飾差分にしない",
        "表情は口ではなく、密度・方向・明滅・層・軌跡・色帯で示す",
        "役割は環境の予告・時間窓・可視性・痕跡・遮蔽に限定する"
      ],
      "distinction": "air, light, particles, layers, and traces temporarily form a readable environmental signal without a biological face"
    },
    "individualDNA": {
      "canonical": {
        "silhouette": "ずれた二枚の雲板と、その下を滑る楕円の影",
        "motif": "雲量と移動する影床",
        "states": [
          "small-cover",
          "gather",
          "cast",
          "travel",
          "thin",
          "open-sky"
        ]
      },
      "prohibited": [
        "永続バリアにしない",
        "黒い不穏な顔を描かない",
        "クッション型へ丸めない"
      ]
    }
  },
  "behavior": {
    "canonical": {
      "$schema": "/characters/v2/schemas/state-machine.schema.json",
      "schemaVersion": "1.0.0",
      "kind": "nandarona.character-state-machine",
      "releaseId": "kumokage@2.3.0",
      "initialState": "small-cover",
      "states": {
        "small-cover": {
          "status": "canonical",
          "intent": "影を運ぶ前の基準状態",
          "allowedNext": [
            "gather",
            "small-cover"
          ],
          "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
        },
        "gather": {
          "status": "canonical",
          "intent": "移動する一時遮蔽の生成役としての gather 状態",
          "allowedNext": [
            "cast",
            "small-cover"
          ],
          "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
        },
        "cast": {
          "status": "canonical",
          "intent": "移動する一時遮蔽の生成役としての cast 状態",
          "allowedNext": [
            "travel",
            "small-cover"
          ],
          "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
        },
        "travel": {
          "status": "canonical",
          "intent": "移動する一時遮蔽の生成役としての travel 状態",
          "allowedNext": [
            "thin",
            "small-cover"
          ],
          "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
        },
        "thin": {
          "status": "canonical",
          "intent": "移動する一時遮蔽の生成役としての thin 状態",
          "allowedNext": [
            "open-sky",
            "small-cover"
          ],
          "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
        },
        "open-sky": {
          "status": "canonical",
          "intent": "移動する一時遮蔽の生成役としての open-sky 状態",
          "allowedNext": [
            "small-cover"
          ],
          "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
        }
      },
      "events": {
        "activate": "gather",
        "intensify": "travel",
        "resolve": "thin",
        "reset": "small-cover"
      },
      "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/kumokage/2.3.0/manifest.json",
    "generatedFrom": "/characters/v2/catalog.json",
    "assetSource": "/characters/platform/weather/kumokage.png"
  }
}
