Skip to content

🌐 日本語

What to Remember ​

NOTE

Trying to remember everything causes Priority Saturation.
The selection of "what to remember" is the core of memory persistence.

Information Worth Remembering ​

CategoryExampleReason
Design decision rationale"Chose NgRx for predictable state management"The "Why" cannot be inferred from code alone
User preferences"Prefers functional style" or "Respond in Japanese"Inefficient to repeat every session
Project-specific knowledge"Authentication uses OAuth2 + PKCE"Too detailed for CLAUDE.md
Past failures and solutions"RxJS subscribe leak caused memory leak"Avoid repeating the same mistake

Information NOT Worth Remembering ​

CategoryReason
Code implementation detailsRead directly from the codebase
Library APIsRefer to official documentation
Temporary work stateInformation contained within the session

Relationship with Priority Saturation ​

When memory grows too large, loading the memory itself consumes context, triggering Priority Saturation. The principle is "fewer, more important memories."


Previous: Why Memory Becomes a Problem

Next: When and How to Recall

Released under the CC BY 4.0 License.