← Back to context

Comment by ChicagoDave

5 days ago

Checkpoints are not granular enough. You have to grab a work summary before the context window closes, not when you decide to commit. I have thousands of work summaries from one project alone. I use them to traverse sessions.

This is the agent that does the work: https://github.com/ChicagoDave/devarch/blob/main/docs/.claud...

My success with Claude Code is directly related to this agent and its output.

interesting. Do you have an example of what exactly it outputs and how you store that? how do you use the outputs? As a pointer to a new agent with fresh context to get them up to speed?