/btw Can i manually add things to memory/MEMORY.md or is that something you only do?
You can absolutely edit it manually — it's just a markdown file. The only thing to keep in mind is the structure:
- MEMORY.md is just an index of pointers. Keep entries as a simple list of links with brief descriptions, one per memory file.
- Each memory lives in its own .md file in the same directory with the frontmatter block (name, description, type).
So if you want to add something, create a new file like my_memory.md with the frontmatter, write the content, then add a line to MEMORY.md pointing to it. Same pattern I
used when creating user_blog_voice.md and project_bear_blog_prep.md.
If you just want me to remember something in a future conversation, you can also just tell me directly and I'll handle the file creation.