{
  "schemaVersion": 1,
  "atomId": "theme_state.aicomponent",
  "bundleType": "aicomponent",
  "category": "state",
  "mode": "fixed",
  "label": { "zh": "主题状态管理器", "en": "Theme state manager" },
  "tags": ["state", "theme", "color", "style", "arrow-style", "ui-text"],
  "bindingRoles": ["themeManager"],
  "scaffold": {
    "files": {
      "src/game/scenes/GameUI/ThemeManager.ts": {
        "source": "ref/ThemeManager.ts",
        "mode": "full",
        "weight": 10
      }
    }
  },
  "imports": [
    { "slot": "engine", "pinAtomId": "phaser.aicomponent", "edgeKind": "requires", "bindAs": "engine" }
  ],
  "exports": [
    { "name": "ThemeManager", "kind": "class", "location": "src/game/scenes/GameUI/ThemeManager.ts" }
  ],
  "neutralDescriptor": {
    "geometry": "theme configuration provider: path colors, arrow style, UI text labels, canvas background color",
    "layers": ["theme", "color-scheme", "style"]
  },
  "files": {
    "skill": "SKILL.md",
    "themeManager": "ref/ThemeManager.ts"
  }
}
