Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

spacedock marketplace

The Spacedock plugin marketplace. Holds the one marketplace.json that serves every Spacedock-family plugin.

Two channels of the spacedock plugin:

  • spacedock (stable) — pinned to a release tag (source.ref: v0.X.Y). Frozen bytes; advances only when a new release tag is cut and this entry is repointed.
  • spacedock-edge (edge) — tracks the next branch HEAD (source.ref: next).

The spacedock binary selects the channel by its devBranch stamp: a stable binary installs spacedock@spacedock, an edge binary installs spacedock-edge@spacedock. Install:

claude plugin marketplace add spacedock-dev/marketplace
claude plugin install spacedock@spacedock        # stable
claude plugin install spacedock-edge@spacedock   # edge

Both entries are one {"source":"url","url":…,"ref":…} source resolving to the spacedock plugin repo at distinct refs.

Also listed:

  • subspacesubspace-beta, pinned to a beta tag.
  • cargentocargento, an agent cartography dashboard. Tracks that repo's stable branch, which its release workflow advances on every release, so the listing does not need repointing per release. The plugin lives in a cargento/ subdirectory rather than at the repo root, so the entry uses a git-subdir source with "path": "cargento".
claude plugin install cargento@spacedock

About

Spacedock plugin marketplace — stable (tag-pinned) + edge (next HEAD) channels

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors