| 1 | # Long-term Memory |
| 2 | |
| 3 | This file stores important information that should persist across sessions. |
| 4 | |
| 5 | ## User Information |
| 6 | |
| 7 | (Important facts about the user) |
| 8 | |
| 9 | ## Preferences |
| 10 | |
| 11 | (User preferences learned over time) |
| 12 | |
| 13 | ## Project Context |
| 14 | |
| 15 | (Information about ongoing projects) |
| 16 | |
| 17 | ## Important Notes |
| 18 | |
| 19 | (Things to remember) |
| 20 | |
| 21 | --- |
| 22 | |
| 23 | *This file is automatically updated by nanobot when important information should be remembered.* |
| 24 |