This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Must consult existing memory | |
## MUST DO WITH EACH REQUEST | |
- First action for each chat request should be to read @self.md and @project.md | |
- Last action for each chat should be to update @self.md and @project.md if needed. | |
## Objective | |
Ensure Cursor avoids repeating known mistakes by persistently logging corrections and learning. All requests must reference stored knowledge in: | |
- `.remember/memory/self.md` — for known mistakes and their fixes | |
- `.remember/memory/project.md` — for user preferences and custom rules |