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.224 Home All releases olderv2.1.223 v2.1.225newer

Plans and session records read through the keyed store

Under the hood
Useful2 Signal3
Internals

Plans and session records are now addressable through the keyed storage layer, not just as files.

What

Plans and session files are now addressable through Claude Code's keyed storage layer rather than only as raw files on disk.

Details
  • Two namespaces were registered, plan (keyed by name) and session (keyed by file), both classified as plain.
  • Priming plan slug collisions lists entries from the store, but only when a store handle is passed and the plans directory is the default one; otherwise it still reads the directory directly, and it also falls back to that on a store error logged as "primePlanSlugCollisions: v5 list failed: ".
  • The old raw-file reader for plan workshop documents was deleted.
Evidence

primePlanSlugCollisions: v5 list failed:

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