[HN Gopher] Stop Claude Code from forgetting everything
___________________________________________________________________
Stop Claude Code from forgetting everything
Author : austinbaggio
Score : 6 points
Date : 2025-12-29 22:30 UTC (29 minutes ago)
(HTM) web link (github.com)
(TXT) w3m dump (github.com)
| austinbaggio wrote:
| I got tired of Claude Code forgetting all my context every time I
| open a new session. set-up decisions, how I like my margins,
| decision history. etc.
|
| We built a shared memory layer you can drop in as a Claude Code
| Skill. It's basically a tiny memory DB with recall that remembers
| your sessions
|
| Not magic. Not AGI. Just state.
|
| Install in Claude Code
|
| /plugin marketplace add https://github.com/mutable-state-
| inc/ensue-skill /plugin install ensue-memory # restart Claude
| Code
|
| What it does:
|
| 1. persists context between sessions 2. semantic & temportal
| search (not just string grep)
|
| basically git for your Claude brain
|
| What it doesn't do: - it won't read your mind - it's alpha; it
| might break if you throw a couch at it
|
| Repo: https://github.com/mutable-state-inc/ensue-skill
|
| If you try it and it sucks, tell me why so I can fix it. If you
| like it, a star would be fun
|
| Don't be kind, tia
| altmanaltman wrote:
| Thank you for specifying it wasn't magic or AGI.
| zyan1de wrote:
| I mostly use it during long Claude Code research sessions so I
| don't lose my place between days.
|
| I run it in automatic mode with decent namespacing, so thoughts,
| notes, and whole conversations just accumulate in a structured
| way. As I work, it stores the session and builds small semantic,
| entity-based hypergraphs of what I was thinking about.
|
| Later I'll come back and ask things like:
|
| what was I actually trying to fix here?
|
| what research threads exist already?
|
| where did my reasoning drift?
|
| Sometimes I'll even ask Claude to reflect on its own reasoning in
| a past session and point out where it was being reactive or
| missed connections.
___________________________________________________________________
(page generated 2025-12-29 23:00 UTC)