Memory write failures now carry fixed reason codes like store_full or content_secret.
What's wrong with this entry?
Failures when writing to Claude's memory store map to fixed codes such as store_full, content_too_large, content_secret and invalid_path, so the cause is identifiable rather than a bare message.
- One case detects credentials in the content and tells you to remove it, adding that if the credential is real you should rotate it.
memory content appears to contain a credential or API key; remove it before writing. If the credential is real, rotate it.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.