Settings

Theme

Alive – Five Markdown files that give Claude Code a persistent memory

2 points by benslockedin a month ago · 1 comment · 1 min read


Claude Code forgets everything when you close the terminal. I spent 7 months figuring out what the minimum structure is to fix that.

Five files per project: - key.md — what this is, who's involved - now.md — where it's at right now - log.md — what happened, decisions with rationale - tasks.md — what needs doing - insights.md — stuff that doesn't change

Save at session end, load at session start. 12 hooks enforce the structure, log entries are immutable, deletions are blocked, context re-injects when the window fills up. The model can't talk its way out of the guardrails.

Also works with OpenClaw (separate plugin, same files - in alpha). Your Mac Mini captures all day, Claude Code does focused work, both read the same project context.

claude plugin install alive@alivecomputer

MIT licensed, local files, no account.

https://github.com/alivecomputer/alive-claude

benslockedinOP a month ago

Install: claude plugin install alive@alivecomputer

GitHub: github.com/alivecomputer/alive-claude (Claude Code) / github.com/alivecomputer/alive-openclaw (OpenClaw)

Site: alivecomputer.com

Happy to answer questions about the architecture.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection