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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Storage keys for marketplaces branch on tree versus named-file form

Not switched on
Useful1 Signal4
Internals Notable

Marketplace storage keys can point at whole file trees, but generic writes are refused.

A marketplace file-tree key form is wired through path resolution and listing, but writes are refused and generic resolution does not accept it yet.

What

Path resolution, key validation, child and descendant lookup, directory listing and scope enumeration in the storage key layer all check whether a marketplace key carries a relative path, and take the file-tree route if so. Writes through the tree interface are refused because trees are produced by cloning or publishing, and generic key resolution does not accept a marketplace tree yet.

Evidence

a marketplace's tree is not resolved through resolveKey yet

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.246 →