thr is a tiny local memory CLI for coding agents like supersky.
I use it for the stuff I want agents to remember across sessions: test setup, project conventions, preferences, gotchas, and context I don’t want to repeat.
It’s totally local and runs from the terminal, with no cloud memory service and no local server to spin up.
Agents can add, search, ask, edit, forget, and read results as JSON when they need context. That’s the whole thing.
Code on GitHub.
thr help