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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Newer storage layer reaches org memory, plugin caches and plugin skills

Under the hood
Useful2 Signal3
Internals

Org memory cache, plugin orphan markers and plugin skills can route through the storage layer.

What

The organisation memory discovery cache, plugin version orphan markers and plugin skill loading now accept an optional storage handle and route reads and writes through it, each falling back to the previous direct filesystem path when no handle is passed.

Details
  • Orphan marker write, delete and stat go through a plugin cache key when the path maps to a marketplace, plugin and version; plugin skills memoise in a separate cache slot when a handle is present.
  • References to this storage handle rise from a few dozen in the previous build to several hundred, so this release is mostly migration groundwork.
  • Which of the two paths a given user gets is decided by the callers and is not fixed in the source.
Evidence

skillsV5

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