Docs Dependency Drift

Drift between docs npm dependencies, astro.config.mjs plugin wiring, and the docs artifact registry

Status: 🟒 No drift detected

Checks that every starlight-* npm dependency in docs/package.json is either registered as a plugin in docs/astro.config.mjs or explicitly accounted in config/docs-artifact-registry.json, and that every declared artifact/source path still exists on disk.

  • starlight-announcement βœ…
  • starlight-auto-sidebar βœ… accounted β€” blocked because wagents docs generate owns sidebar generation
  • starlight-base-path βœ… accounted β€” blocked because the site is root-deployed on Vercel
  • starlight-blog βœ… accounted β€” blocked until a blog collection and route taxonomy exist
  • starlight-changelogs βœ… accounted β€” blocked until changelog collection entries and release taxonomy exist
  • starlight-codeblock-fullscreen βœ…
  • starlight-cooler-credit βœ… accounted β€” blocked because it owns pagination and table-of-contents slots
  • starlight-docsearch-typesense βœ… accounted β€” blocked until Typesense credentials and search ownership are configured
  • starlight-dot-md βœ… accounted β€” blocked because it rewrites content output paths
  • starlight-fullview-mode βœ… accounted β€” blocked by the narrower enabled starlight-codeblock-fullscreen owner
  • starlight-github-alerts βœ…
  • starlight-heading-badges βœ… accounted β€” blocked because it owns table-of-contents slots
  • starlight-image-zoom βœ…
  • starlight-kbd βœ…
  • starlight-latest-version βœ… accounted β€” blocked by its Astro 6 peer range against this Astro 7 site
  • starlight-links-validator βœ…
  • starlight-llm-button βœ… accounted β€” blocked because it owns table-of-contents slots
  • starlight-llms-txt βœ…
  • starlight-markdown-blocks βœ…
  • starlight-obsidian βœ… accounted β€” blocked until a vault import policy and content source exist
  • starlight-openapi βœ… accounted β€” blocked until an OpenAPI source and route ownership exist
  • starlight-package-managers βœ… accounted β€” used directly as an MDX component, not an Astro integration
  • starlight-page-actions βœ…
  • starlight-page-context-action βœ… accounted β€” blocked because it owns sidebar and table-of-contents slots
  • starlight-plugin-icons βœ…
  • starlight-save-file-component βœ… accounted β€” used directly as an MDX component, not an Astro integration
  • starlight-scroll-to-top βœ…
  • starlight-showcases βœ… accounted β€” blocked until showcase data exists
  • starlight-sidebar-topics βœ… accounted β€” blocked because wagents docs generate owns sidebar generation
  • starlight-sidebar-topics-dropdown βœ… accounted β€” companion component blocked with starlight-sidebar-topics
  • starlight-site-graph βœ…
  • starlight-tags βœ…
  • starlight-theme-black βœ…
  • starlight-theme-obsidian βœ… accounted β€” blocked because starlight-theme-black owns the active global theme
  • starlight-to-pdf βœ… accounted β€” blocked behind explicit PDF export commands because it depends on Puppeteer
  • starlight-ui-tweaks βœ… accounted β€” blocked because it owns theme, social, table-of-contents, markdown, and footer slots
  • starlight-versions βœ… accounted β€” blocked until versioned content directories and route policy exist
  • starlight-videos βœ… accounted β€” blocked until a video catalog and content policy exist
  • starlight-view-modes βœ… accounted β€” blocked because it owns search, social, table-of-contents, and page-title slots

All artifacts declared in config/docs-artifact-registry.json exist on disk.

All declared source registries exist on disk.