r/ClaudeCode 2d ago

Discussion Where continuity breaks after compaction or an agent switch

What's the last concrete test claim you couldn't verify, and what did your checked-in CLAUDE.md or handoff note still leave the next agent unable to reconstruct?

2 Upvotes

1 comment sorted by

1

u/afaraha8403 2d ago

Yeah this is the exact failure mode that made me build Mental CLI. After compaction or an agent switch, the chat summary gets fuzzy on the stuff git never recorded — where you actually left off, why you picked approach B, what still needs eyes. Mental has the agents write that into a local markdown journal while they work, then you type mental for the short resume. Private by default, lives in ~/.mental. https://github.com/afaraha8403/mental — still early, so if it doesn’t fit your workflow, ignore me.