AI agents forget everything between sessions. The standard fix is a MEMORY.md file the agent reads at startup — but that's a blunt instrument. Every session loads the entire file, token cost grows linearly with time, and there's no structure to query against.
We wanted something better: a virtual filesystem for agent memory. Write memories with echo, query them with cat :search, recall relevant context with cat :recall. Use the tools every developer already knows.
