Search Memory
Overview
Index local memory files and run fast keyword search with recency boost.
Quick Start
- Build/update index (incremental cache):
scripts/index-memory.py
- Search the index:
scripts/search-memory.py "your query" --top 5
Notes
- Index includes
MEMORY.mdplusmemory/**/*.md. - Cache lives under
memory/cache/. - Search uses keyword scoring + recency boost (last 30/90 days).