Comment by d4rkp4ttern
Comment by d4rkp4ttern 2 days ago
A big issue working with code agents is what I call context-recall: restoring context when working on a new feature or fix, that builds on recent work.
Meaning, the previous work may have involved multiple CLI sessions, summaries dumped to various markdown files like documentation files, plan files, issue files, PR-descriptions etc. Then when starting new work with a code agent you have to hunt down all of this scattered context from various md files and session logs to fill in background for the code-agent about what was recently done.
I see many workflows that help with working on a fresh feature or fix, but nothing that addresses context-recall. But maybe the OP workflow or others do that, I haven’t dug too deep into them.
(Just released the OP blog actually does address exactly this)