What problem does it solve?
Developers often waste time re-discovering why decisions were made or what occurred during prior coding sessions; mem-search lets you quickly locate relevant observations, decisions, and context so you can resume work without manual digging.
Core Features & Use Cases
- Natural-language search: Enter plain queries to locate past notes, code observations, and decision rationale across sessions.
- Local full-text indexing: Uses a local SQLite FTS5 index to return ranked observations and associated session metadata.
- Progressive disclosure: Presents a concise summary view first and reveals full observation details and related session items on demand.
- Use Case: Recover the reasoning for a past refactor, find a previous bug fix discussion, or surface snippets and context from an earlier debugging session.
Quick Start
Search memory for recent discussion about database migrations to retrieve relevant observations and session summaries.