Roadmap¶
The system's status at a glance — generated from program/README.md (the curated Now/Next/Later plan) and each app's live version. Edit the source, not this page (architecture/ADR-002).
-
kb-agent
v0.1.0
Nothing in flight — see Program for what shipped.
-
notes-api
v2.0.0
Later
- Phase 1 containerize + local K8s; Phase 2 a durable task queue (Celery + Redis or outbox) if the reliability SLA tightens beyond best-effort BackgroundTasks.
-
defense-news-classifier
v3.2.1
Later
- Loop demo rung 2: an agent-driven ML loop (a tiny AutoML) where an outer agentic loop wraps a classical TF-IDF + logreg baseline and does error-driven feature engineering against the LLM. Consumes the parked classical-ML bake-off.
Cross-cutting & program¶
Now
- [product] Capstone narrative stub: the last artifact of the gap-closing pass.
Next
- [cross-cutting] Evals-as-CI for
kb-agent: extend the pattern piloted in the classifier (classifier/ADR-007) tokb-agent's own RAG — capability/regression evals beyond the existing deterministic shape-grader (closes the rest of R6). Half shipped 2026-08-02 —kb-agentreachedSYS-017tier 1 (kb-agent/ADR-012): CI reconstructs the notes corpus and runs both retrieval-eval arms on every push and PR, reporting. It stays under Next rather than moving to Shipped because tier 1 blocks nothing; the remaining move is tier 2 — floors measured from several CI runs, a gate script, and the required-status-check setting — and that is a separate job, not a leftover of this one. - [program] Start the weekly status cadence, harvested from real progress.
Later
- [cross-cutting] ✅ OTel tracing shipped across all three services — the
kb-agenttool-use loop, the classifier/classifyLLM call, and thenotes-apienrichment seam (opt-in per service, GenAI/HTTP semconv attributes). Drift detection over the emitted traces is the remaining observability frontier. - [ops] Operational-maturity track: Linux, ssh, health checks ("can I operate what I built?").
- [non-goal] Other verticals (banking, etc.) — written down as a direction, not shipped.