From 6946619bc51e1672109d20f7a6d7e2eb32f48909 Mon Sep 17 00:00:00 2001 From: gramps Date: Tue, 14 Jul 2026 15:40:55 -0700 Subject: [PATCH] TASKS.md: mark B1, B2, B4 as done, B3 remains open --- TASKS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TASKS.md b/TASKS.md index 61d2022..7c2c051 100644 --- a/TASKS.md +++ b/TASKS.md @@ -913,7 +913,7 @@ Run full test suite. All 26+ existing tests must continue to pass. ## Backlog (Post-Roadmap N) ⏳ -### B1 — Context loss in follow-up questions +### ~~B1 — Context loss in follow-up questions [DONE]~~ **Symptom:** After asking "in {context}, explain {b}", a follow-up "what is {b}'s {x}?" gets a non-sequitur response that ignores the original context. @@ -925,7 +925,7 @@ Run full test suite. All 26+ existing tests must continue to pass. - Or: cap RAG/memory injection to only fire on the first message of a conversation, then rely solely on conversation history for follow-ups - Check that llama-server isn't truncating history due to context window overflow (Mistral-Nemo 12B = 128K context, unlikely) -### B2 — Bang-prefixed search routing +### ~~B2 — Bang-prefixed search routing [DONE]~~ **Spec:** If a query begins with `!`, route to SearXNG search instead of local inference. @@ -960,7 +960,7 @@ Run full test suite. All 26+ existing tests must continue to pass. --- -### B4 — RAG Corpus Management UI (Display, Edit, CRUD) +### ~~B4 — RAG Corpus Management UI (Display, Edit, CRUD) [DONE]~~ **Goal:** Provide a management interface in the UI to browse, search, edit, and delete individual entries in the Qdrant-backed RAG corpus.