Skip to content

fix: sync two stranded marketplace manifests to 1.0.2#27

Merged
mattmaynes merged 1 commit into
mainfrom
fix-manifest-version-drift
Jun 27, 2026
Merged

fix: sync two stranded marketplace manifests to 1.0.2#27
mattmaynes merged 1 commit into
mainfrom
fix-manifest-version-drift

Conversation

@mattmaynes

Copy link
Copy Markdown
Collaborator

Problem

.cursor-plugin/marketplace.json and .agents/plugins/marketplace.json were stuck at 0.1.1 - the version before 1.0.0 - so they were missed across the 1.0.0, 1.0.1, and 1.0.2 bumps. There are 7 version-bearing manifests; only 5 were being bumped. Because each agent gates update detection on the manifest version string, a stranded manifest can freeze installed users on an old version, and 1.0.2 shipped inconsistent.

Fix

Bump both stranded manifests' plugins[0].version from 0.1.1 to 1.0.2 so all 7 manifests agree.

Follow-up

The durable fix - a single VERSION source of truth plus a bump-version.sh --check CI guard that fails when the manifests disagree - is the re-implementation of plan 0007 (superseding the stale PR #16), tracked separately.

Testing

./test.sh passes; all 7 manifests verified at 1.0.2.

🤖 Generated with Claude Code

.cursor-plugin/marketplace.json and .agents/plugins/marketplace.json
were left at 0.1.1 - missed across the 1.0.0, 1.0.1, and 1.0.2 bumps,
so 1.0.2 shipped with inconsistent plugin versions across the 7
manifests. Each agent gates update detection on the manifest version
string, so a stranded manifest can freeze installed users on an old
version.

Bring both to 1.0.2 so all 7 manifests agree. The durable fix - a
single VERSION source plus a bump-version.sh --check CI guard - is
tracked separately as the re-implementation of plan 0007.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mattmaynes mattmaynes merged commit 4b15e77 into main Jun 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant