Lpm Memory

Shared project memory for AI coding agents: save or recall work-session logs in `~/.lpm/memory/<project>/<session>.md` so another agent CLI (Claude Code, Codex, Gemini) or a future session can continue the work by session name. Invoke with a session id (e.g. `/lpm-memory auth-refactor`) to continue that session. Use when the user asks to remember or save the session or progress, hand off work, record what was done, or recall/continue/resume/join a named work session. This is per-project memory shared between agent CLIs — distinct from any CLI's own built-in memory.

gug007 660c8ec 2 files · 4.3 KB Updated

File contents

gug007/lpm/tree/main/lpm-memory commit 660c8ecc64

Frequently asked questions

npx skillmds@latest add gug007/lpm-memory