Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Re-cloning a marketplace will not overwrite another marketplace

You'll notice
Useful2 Signal1
Plugins

Re-cloning a marketplace stops rather than overwriting another registered marketplace.

What

When a marketplace checkout looks stale and Claude Code moves it aside to a .bak path before re-cloning, it now checks whether that backup path is itself a registered marketplace directory and stops with an error naming both instead of overwriting it.

Details
  • runs on every marketplace re-clone recovery
  • the error names the backup directory and the marketplace that already owns it
Evidence

the directory it would use as its backup (${O}) is the registered marketplace ${S(U)}'s directory

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.251 →