{
  "schemaVersion": 1,
  "atomId": "tutorial_overlay.aicomponent",
  "bundleType": "aicomponent",
  "category": "component",
  "mode": "fixed",
  "label": { "zh": "新手引导浮层", "en": "Tutorial overlay" },
  "tags": ["ui", "tutorial", "onboarding", "guide", "first-level"],
  "bindingRoles": ["tutorialOverlay"],
  "scaffold": {
    "files": {
      "src/game/scenes/GameUI/TutorialManager.ts": { "source": "ref/TutorialManager.ts", "mode": "full", "weight": 10 }
    }
  },
  "imports": [
    { "slot": "engine", "pinAtomId": "phaser.aicomponent", "edgeKind": "requires", "bindAs": "engine" },
    {
      "slot": "tutorialPointer",
      "description": "引导手指图标",
      "bindAs": "fingerTexture",
      "required": false,
      "edgeKind": "compatibleWith",
      "matchBindingRoles": ["tutorialPointer"],
      "allowedBundleTypes": ["aiimage"]
    }
  ],
  "exports": [
    { "name": "TutorialManager", "kind": "class", "location": "src/game/scenes/GameUI/TutorialManager.ts" }
  ],
  "neutralDescriptor": {
    "geometry": "step-by-step tutorial overlay for the first 1-2 levels, highlighting specific paths to tap with animated finger indicator"
  },
  "files": { "skill": "SKILL.md", "tutorialManager": "ref/TutorialManager.ts" }
}
