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.219 Home All releases olderv2.1.218 v2.1.220newer
Claude Code v2.1.219

Org memory root mount defends its own name

Under the hood
Useful2 Signal0
Elsewhere

Org memory setup renames aside anything squatting its mount name rather than colliding.

What

Deriving the org-memory root mount now updates an existing entry in place and renames aside any other config that has taken the derived mount name, instead of colliding with it.

Details
  • The prompt index is taken from the server config, falling back to a default and reporting prompt_index_absent.
  • A discovered config squatting the derived mount name is renamed aside, logged as "org-memory-discovery: discovered config squatting the derived mount name".
  • New event tengu_org_memory_root_mount_derived records the mount name, mode and prompt-index source.
  • Runs on the org-memory discovery path; whether that feature is enabled in this build was not determined.
Evidence

org-memory-discovery: discovered config squatting the derived mount name

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