# Roadmap Work is tracked in [GitHub Issues](https://github.com/Kritarth-Dandapat/ollama-custom/issues) with labels by phase. The authoritative breakdown lives in **`super-ollama-agent-plan.md`** at the repo root. ## Phase 1 (done) - Remove desktop `app/` - `internal/engine` wrapping server handlers in-process - `cmd/super-ollama`: `ask`, `chat`, `config`, hidden `runner` - Config: `default_model`, quieter default logging ## Later phases (planned) | Phase | Theme | |-------|--------| | 2 | SQLite + vector store, context injection, `learn` | | 3 | Screenshot capture, OCR, indexing, `snap`, privacy filters | | 4 | Email assistant (IMAP/SMTP), keyring | | 5 | Markdown TODO manager + AI triage | | 6 | `~/.super-ollama/` prompts/profile layout, install script, polish | ## Non-goals - No bundled HTTP API in the `super-ollama` UX (inference stays in-process) - No first-party GUI in this repository - No cloud sync or multi-user in scope