{
  "_comment": "Manifest skeleton for a wiki component page. Replace every {{TOKEN}} and delete this key. The SAME title/description/tags must also go in package.json: page.json drives the page repo (repo push), package.json drives the registry (pkg publish), and the page header reads whichever was written last.",

  "schema_version": 1,
  "type": "component",
  "slug": "{{MANUFACTURER_SHORT}}-{{MPN_LOWER}}",
  "title": "{{WHAT_IT_IS}} {{MFR}} - {{MPN}}",
  "brief": "{{ONE_OR_TWO_SENTENCES}}. Name the manufacturer, the headline rating, the variant range the datasheet covers, and the packages.",
  "version": "1.0.0",

  "tags": [
    "component",
    "ic",
    "{{FUNCTION}}",
    "{{MPN_LOWER}}",
    "{{MANUFACTURER_SHORT}}",
    "kicad",
    "adom-lbr"
  ],

  "sample_prompts": [
    "Pull the {{MFR}} {{MPN}} KiCad symbol, footprint and 3D model into my project",
    "{{A_REAL_SELECTION_QUESTION_SOMEONE_WOULD_ASK}}"
  ],

  "component": {
    "mpn": "{{MPN}}",
    "manufacturer": "{{MANUFACTURER_FULL}}",
    "package": "{{PRIMARY_PACKAGE}}",
    "pin_count": 0,
    "category": "{{CATEGORY}}",
    "subcategory": "{{SUBCATEGORY}}",
    "datasheet": "{{VENDOR_DATASHEET_URL}}",
    "parts": {
      "symbol": "{{SLUG_STEM}}.kicad_sym",
      "footprint": "{{SLUG_STEM}}-{{PKG}}.kicad_mod",
      "footprint_alt": "{{SLUG_STEM}}-{{PKG2}}.kicad_mod",
      "model_3d": "{{SLUG_STEM}}-{{PKG}}.glb",
      "model_3d_chip": "{{SLUG_STEM}}-{{PKG}}.glb",
      "step": "{{SLUG_STEM}}-{{PKG}}.step"
    },
    "distributor_links": {
      "lcsc": "{{LCSC_OR_DELETE}}"
    },
    "datasheet_cover": "screenshots/datasheet-cover.png",
    "viewer_3d": { "ground": false },
    "body": "{{BODY_DIMENSIONS}}",
    "pitch": "{{LEAD_PITCH}}"
  },

  "metadata": {
    "specs": {
      "{{PARAMETER}}": "{{VALUE_WITH_CONDITIONS}}"
    },
    "cad_provenance": "Where the symbol, each footprint and each 3D model actually came from, including original library names before renaming, and anything deliberately NOT shipped."
  },

  "discovery_triggers": [
    "{{MPN_LOWER}}",
    "{{MFR}} {{MPN_LOWER}}",
    "{{WHAT_SOMEONE_SEARCHES_WHEN_THEY_DO_NOT_KNOW_THE_PART_NUMBER}}"
  ],
  "discovery_pitch": "One sentence an agent can surface. Say what the part does, what the page ships, and what makes it worth opening.",

  "org": "adom",
  "visibility": "public",
  "hero": { "type": "image", "path": "screenshots/hero.png" },

  "description": "The long form. Manufacturer, function, the full variant range the datasheet covers, headline limits with their conditions, packages, and any gotcha a reader must not miss (exposed pad net, tab function, second-source differences).",

  "dependencies": {}
}
