What I do currently is having a markdown file named MEMORY.md at the root folder. Then, whenever I create a new conversation with an agent, I refer to that file. That file becomes the initial source of context and knowledge. At the end of an task, before I leave the conversation, I ask the agent to update MEMORY.md with lessons and new knowledge it has gathered from our conversation, it also removes stale or outdated…
Sounds like AGENTS.md with a different name.
Re: Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5
#41Didn’t know I was basically replicating AGENT.md. I didn’t jump on that train when it became a trend.