Persistent memory layer for AI agent workflows
Express REST API server for [ContextGit](https://www.npmjs.com/package/contextgit), enabling cross-machine context sync.
Storage interface (`ContextStore`) plus the LocalStore (SQLite + sqlite-vec), RemoteStore (HTTP), and SupabaseStore (Postgres + pgvector) backends for [ContextGit](https://www.npmjs.com/package/contextgit).
Core types, snapshot formatter, context engine, embedding service, and decay/classification logic for [ContextGit](https://www.npmjs.com/package/contextgit).
MCP (Model Context Protocol) server for [ContextGit](https://www.npmjs.com/package/contextgit). Provides `project_memory_load`, `project_memory_save`, `project_memory_plan`, `project_memory_threads`, and the other ContextGit tools to MCP clients like Clau