Easiest memory system
No registration, no setup. Two files, one folder. I wanted something anyone could start in seconds.
A personal framework I designed
My answer to how agents should remember
#About holds who you are.
#Now holds what matters today.
Data holds everything you need.
I wanted agents to read exactly what I mean before they act.
So I built a system where you write it.
You decide it.
You own it.
I designed this file to hold everything stable: values, boundaries, style. It's the first thing any agent should read before deciding how to behave.
The .zip includes both files and an empty Data/ folder.
Readable by you. Reliable for any agent.
About Now Data separates identity, current state, and durable knowledge into plain files. I designed it to be the simplest memory system that actually works—auditable, portable, and clear enough for any agent.
No registration, no setup. Two files, one folder. I wanted something anyone could start in seconds.
Plain Markdown. No vendor lock-in. It works wherever text works—that was non-negotiable for me.
Zero bloat. I stripped it down to the minimum an agent actually needs: who you are, what matters now, and the data behind it.
Update when you want, how you want. Manual, scheduled, or let your agent handle it. The system adapts to you, not the other way around.