Long-term memory for AI coding assistants. Automatic context persistence, task tracking, and knowledge capture across coding sessions. Supports Claude Code and OpenCode.
npm install @tonycasey/lisa
> Lisa, never forgets a commit, a pr, a code change, or a saxophone lesson.
- memory to load automatically
- store automatically
- recall automatically
lisa init in your project directory. Open Claude cli and code away as normal.
- Lisa, tell me about this project?
- Lisa, what was the last thing we were working on?
- Lisa, why are we not using Postgres?
- Lisa, ...
---
---
``bashInstall Lisa globally - IMPORTANT
npm install -g @tonycasey/lisa
``
Once installed, Lisa works automatically. Your AI assistant will:
1. Load context at session start - Previous memories and project context
2. Capture important info during coding - Decisions, patterns, etc.
3. Remember explicitly when asked - Say "remember that..." to save important notes
During a coding session:
- "remember that we decided to use Redux for state management"
- "hey lisa, what do you know about the authentication system?"
- "lisa, show me recent memories"
- "lisa, what tasks are we working on?"
---
See the Getting Started Guide
---