{
  "$schema": "/characters/v2/schemas/knowledge-base.schema.json",
  "schemaVersion": "2.0.0",
  "kind": "nandarona.character-knowledge-base",
  "releaseId": "sukimae@2.7.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": "sukimae",
      "displayName": "Sukimae",
      "jaName": "すきまえ",
      "familyId": "encounter",
      "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": "seeds, leaves, roots, fruit, branches, pollen, and petals act as directly playable growth mechanisms without a mascot face"
    },
    "individualDNA": {
      "canonical": {
        "silhouette": "左右に分かれる不均等な六角殻と、中央の小さな菱形核",
        "motif": "弱点縫目と露出幅",
        "states": [
          "sealed",
          "seam-signal",
          "part-open",
          "exposed",
          "closing",
          "sealed-tired"
        ]
      },
      "prohibited": [
        "傷口や内臓にしない",
        "常時核を露出しない",
        "殻を結晶種族と同じ多面体にしない"
      ]
    }
  },
  "behavior": {
    "canonical": {
      "$schema": "/characters/v2/schemas/state-machine.schema.json",
      "schemaVersion": "1.0.0",
      "kind": "nandarona.character-state-machine",
      "releaseId": "sukimae@2.7.0",
      "initialState": "sealed",
      "states": {
        "sealed": {
          "status": "canonical",
          "intent": "一時だけ弱点をひらく前の基準状態",
          "allowedNext": [
            "seam-signal",
            "sealed"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "seam-signal": {
          "status": "canonical",
          "intent": "時間制限付き弱点露出役としての seam-signal 状態",
          "allowedNext": [
            "part-open",
            "sealed"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "part-open": {
          "status": "canonical",
          "intent": "時間制限付き弱点露出役としての part-open 状態",
          "allowedNext": [
            "exposed",
            "sealed"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "exposed": {
          "status": "canonical",
          "intent": "時間制限付き弱点露出役としての exposed 状態",
          "allowedNext": [
            "closing",
            "sealed"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "closing": {
          "status": "canonical",
          "intent": "時間制限付き弱点露出役としての closing 状態",
          "allowedNext": [
            "sealed-tired",
            "sealed"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        },
        "sealed-tired": {
          "status": "canonical",
          "intent": "時間制限付き弱点露出役としての sealed-tired 状態",
          "allowedNext": [
            "sealed"
          ],
          "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
        }
      },
      "events": {
        "activate": "seam-signal",
        "intensify": "exposed",
        "resolve": "closing",
        "reset": "sealed"
      },
      "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/sukimae/2.7.0/manifest.json",
    "generatedFrom": "/characters/v2/catalog.json",
    "assetSource": "/characters/platform/encounter/sukimae.png"
  }
}
