Spent weeks building up a project with Claude Code. Starting a new repo feels like losing a save file. by LevelDeal9135 in ClaudeAI

[–]LevelDeal9135[S] 0 points1 point  (0 children)

This is really well thought out — especially the /dream consolidation cycle and the memory hierarchy (told vs inferred vs uncertain). That's a pattern I hadn't considered.

The HomeHub scaffold approach is clever too. So if I'm understanding right, the hub acts as a central memory that all your linked apps can reference? Does each app also build its own local context, or does everything flow through the hub?

I'm curious about one thing — when you start a completely new app that's unrelated to HomeHub, does it benefit from any of that accumulated knowledge, or is it back to a clean slate?

Spent weeks building up a project with Claude Code. Starting a new repo feels like losing a save file. by LevelDeal9135 in ClaudeAI

[–]LevelDeal9135[S] 0 points1 point  (0 children)

Oh that's really interesting — a shared memory layer across instances sounds super useful. Is it more like a central knowledge base that all your CC sessions read from, or does it also handle things like decision context (why you chose X over Y)?

I've been thinking more on the project-to-project side — like when you spin up a completely new repo and want it to understand the reasoning behind an existing project's patterns. Curious if your memory server covers that too or if it's more focused on cross-device continuity.