GUIDES
How agent memory actually works, including when you do not need us.
These are answers, not documentation. If you already run Astryke Hub and want to configure something, the docs are the place. If your agent keeps forgetting what it was doing and you are working out what to do about it, start here.
Every page surveys the real options, most of which are free and none of which are ours. That is deliberate: the honest answer for one project on one machine is a text file and twenty minutes, and a guide that would not tell you so is not worth reading.
Why your coding agent forgets everything between sessions
What actually persists, what does not, why a bigger context window does not fix it, and the five ways people carry work forward. Start here.
How to keep context between Claude Code sessions
The five mechanisms with the commands: --continue and --resume, CLAUDE.md, /compact, SessionStart hooks, and MCP. What each is genuinely for.
CLAUDE.md vs an MCP memory server
One carries facts that stay true, the other carries state that changes. Where each fails, and four questions that decide which you need.