Storage can now address any file inside a marketplace clone, though nothing uses that form yet.
A whole-tree address form for marketplace clone files exists with no caller in this build.
What's wrong with this entry?
Claude Code's governed storage layer, which names files it is allowed to touch, previously named only the two engine-written files of a plugin marketplace. It now also has a form that names any file inside a marketplace clone by relative path under <configHome>/plugins/marketplaces/<marketplace>/. Nothing in this build calls the builder for it, so no marketplace file is addressed this way today.
- Supporting machinery is complete: a schema variant, a symlink policy that follows links only for the tree form and refuses them otherwise, a per-tree link budget, and a guard so
plugins/marketplacesitself cannot be treated as a scope. - Creating a scope for the namespace is refused: a marketplace tree is produced by cloning or publishing, not by the scope creator.
- Deleting the namespace's scope is refused outright, with a message saying the retirement path does not exist yet.
a marketplaceCache tree is made by its clone or publish, not by ensureScope
Strings lifted out of the shipped bundle, so the claim above can be checked against them.