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

Private memory directory dropped from the prompt

You'll notice
Useful2 Signal3
Memory

Claude no longer mentions a private memory folder, and team memory is set up purely through the environment.

What

Claude no longer describes a separate private memory directory alongside team memory, and the path that discovered and mounted memory stores at runtime is gone. Team memory sync is now configured only through the environment.

Details
  • All prompt branches mentioning a private memory area were removed; the remaining text states plainly that there is no separate private memory directory in the session.
  • The store picker and its telemetry went with the discovery path; the team memory sync watcher now always reports its config source as env.
  • The memory-type descriptions and the instruction to cite memory with tags moved into shared constants.
Evidence

There is no separate private memory directory in this session.

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 →