## Scope (from super-ollama plan) - Add `internal/store`: SQLite (`modernc.org/sqlite`), migrations, chromem-go (or chosen vector index) - Schema: events, emails, todos, contacts per plan - `store.Search(query, topK)` with local embeddings (`nomic-embed-text` or configurable) - Wire optional context injection into `internal/engine` `Generate` / chat paths - Implement `learn` CLI command (re-index events missing embeddings) - Unit tests with in-memory SQLite ## References - `super-ollama-agent-plan.md` — Module 2, Phase 2 delivery
Scope (from super-ollama plan)
internal/store: SQLite (modernc.org/sqlite), migrations, chromem-go (or chosen vector index)store.Search(query, topK)with local embeddings (nomic-embed-textor configurable)internal/engineGenerate/ chat pathslearnCLI command (re-index events missing embeddings)References
super-ollama-agent-plan.md— Module 2, Phase 2 delivery