Skip to content

fix(build): leave bundled variants out of the manifest#248

Merged
gewenyu99 merged 1 commit into
mainfrom
fix/manifest-omits-bundled-variants
Jul 16, 2026
Merged

fix(build): leave bundled variants out of the manifest#248
gewenyu99 merged 1 commit into
mainfrom
fix/manifest-omits-bundled-variants

Conversation

@gewenyu99

Copy link
Copy Markdown
Collaborator

Bundling stopped producing per-variant zips but the manifest kept listing all 148 integration-v2 variants with a file pointing at one, so every entry dangled in skills-mcp-resources.zip and turned posthog/posthog's MCP CI red.

The manifest listed all 148 integration-v2 variants with a `file` pointing
at a per-variant zip, but bundling stopped producing those zips, so every
entry dangled and the MCP server dropped them at load.

The group's menu downloadUrl was derived by rewriting the variant's manifest
URL, so it is now built from the base instead.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@gewenyu99
gewenyu99 requested a review from a team as a code owner July 16, 2026 18:30
@github-actions

Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci basic-integration
  • /wizard-ci mcp-analytics
  • /wizard-ci revenue

Test an individual app:

  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
Show more apps
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci mcp-analytics/custom-dispatcher
  • /wizard-ci mcp-analytics/typescript-sdk
  • /wizard-ci revenue/stripe

Results will be posted here when complete.

@gewenyu99
gewenyu99 merged commit 498e96c into main Jul 16, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants