Skip to content

fix(0201): restore marketplace.json bridge on main + add LICENSE (pre-cut hardening)#353

Merged
clkao merged 1 commit into
mainfrom
hotfix/marketplace-bridge-and-license
Jun 13, 2026
Merged

fix(0201): restore marketplace.json bridge on main + add LICENSE (pre-cut hardening)#353
clkao merged 1 commit into
mainfrom
hotfix/marketplace-bridge-and-license

Conversation

@clkao

@clkao clkao commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

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

  • Restore the bridge marketplace.json on main (single spacedock entry, ref main) so v0.20.0 installs resolve again. Removal is deferred to a post-cutover follow-up (after v0.20.1 ships the binary pointing at the standalone spacedock-dev/marketplace repo and v0.20.0 installs migrate).
  • Re-express the two AC-2 absence guards (now TestMainCarriesMarketplaceBridgeManifest) to guard the bridge 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 binary repoint + entry-name channel selection untouched (correct for v0.20.1). Whole-repo go test ./... green.

🤖 Generated with Claude Code

…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>
@clkao clkao temporarily deployed to CI-E2E-CODEX June 13, 2026 18:30 — with GitHub Actions Inactive
@clkao clkao merged commit 95ee8b3 into main Jun 13, 2026
9 checks passed
@clkao clkao deleted the hotfix/marketplace-bridge-and-license branch June 13, 2026 18:32
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>
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