init: nanobot memory store

This commit is contained in:
nanobot
2026-05-26 18:16:42 +02:00
commit ce8460acf5
4 changed files with 98 additions and 0 deletions

23
memory/MEMORY.md Normal file
View File

@@ -0,0 +1,23 @@
# Long-term Memory
This file stores important information that should persist across sessions.
## User Information
(Important facts about the user)
## Preferences
(User preferences learned over time)
## Project Context
(Information about ongoing projects)
## Important Notes
(Things to remember)
---
*This file is automatically updated by nanobot when important information should be remembered.*