# memo-garden
indie2026Cross-project memory for AI agents. Built on memo-flow.
## what
Agents forget. Every session started with me re-explaining last week.
I tried CLAUDE.md files, chat memory, a vector database. Nothing carried across projects.
memo-garden is an Obsidian-style vault: markdown notes, an index that gives the agent only what the task needs. Projects share it, so a decision made once is known everywhere.
It also turns topics I don't know yet into learning podcasts I listen to on the go.
In testing. GitHub soon.
## why this approach
Plain text I own. Every memory is a file I can open, edit, and commit. Nothing hidden.
## what breaks
If you don't write things down, there's nothing to remember. The vault is only as good as what goes in.
Old notes pile up and contradict each other. A weekly pass suggests what to archive. I decide.
## what i learned
Don't save everything. The agent can read the code; the notes are for the why behind it.