You'll notice
Account-level memory storage no longer works in this build and errors instead
What
Claude Code supports storing memory (persisted notes/context) at different scopes. The 'account' scope, which would store memory tied to your account rather than a specific project or machine, now always fails: looking up its storage key throws an error, and the function that used to locate the account-scope storage directory now just returns the literal string "escape" instead of doing a real lookup.
Why
Anyone relying on account-scoped memory will find it no longer works in this build; attempts to read or write it will fail outright rather than silently doing nothing.