fix(0201): restore marketplace.json bridge on main + add LICENSE (pre-cut hardening)#353
Merged
Merged
Conversation
…ardening) gp (#352) removed .claude-plugin/marketplace.json from main, but the released v0.20.0 binary and the manual install docs resolve their install from main's manifest via `claude plugin marketplace add spacedock-dev/spacedock@main` (default branch = main) — so the removal broke v0.20.0 installs. Model B's manifest removal must be cutover-last, not decouple-first. - Restore the bridge marketplace.json on main (single spacedock entry, ref main) so v0.20.0 installs resolve again. Removal is deferred until after the v0.20.1 cutover ships the binary pointing at the standalone spacedock-dev/marketplace repo and v0.20.0 installs have migrated. - Re-express the two AC-2 absence guards (-> TestMainCarriesMarketplaceBridgeManifest) to guard the bridge's PRESENCE: a regression guard against premature re-removal. - Add the Apache-2.0 LICENSE to main (the release-prep blob never merged) so the README front-door license link resolves. gp's binary repoint + entry-name channel selection are untouched (correct for v0.20.1). Whole-repo go test ./... green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 13, 2026
clkao
added a commit
that referenced
this pull request
Jun 13, 2026
…arketplace (#356) install.md's manual Skills-install block pointed at spacedock-dev/spacedock — the plugin repo carrying the transitional bridge manifest (#353), not the canonical standalone marketplace repo the v0.20.1 binary uses (internal/cli marketplaceSource). It resolves today only via the bridge; it would break when the bridge is retired post-cutover. Point it at spacedock-dev/marketplace now (the install id spacedock@spacedock is unchanged — both manifests use marketplace name 'spacedock'). Docs-only. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-cut hardening for v0.20.1.
gp (#352) removed .claude-plugin/marketplace.json from main, but the released v0.20.0 binary and the manual install docs resolve their install from main's manifest (claude plugin marketplace add spacedock-dev/spacedock@main; the repo default branch is main) — so the removal broke v0.20.0 installs. Model B's manifest removal must be cutover-last, not decouple-first.
Changes
gp binary repoint + entry-name channel selection untouched (correct for v0.20.1). Whole-repo go test ./... green.
🤖 Generated with Claude Code