From 2417659097feba8cfce28c95ba868baa26e4681a Mon Sep 17 00:00:00 2001 From: gramps Date: Mon, 6 Jul 2026 08:10:59 -0700 Subject: [PATCH] docs: mark Task 8 complete in TASKS.md --- TASKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TASKS.md b/TASKS.md index 5af9f5e..0ef379c 100644 --- a/TASKS.md +++ b/TASKS.md @@ -213,7 +213,7 @@ Run full test suite. All existing tests must continue to pass. --- -## TASK 8 — Roadmap K: RAG Corpus Management +## ~~TASK 8 — Roadmap K: RAG Corpus Management [DONE]~~ Qdrant collection `jarvischat` currently grows without bound. Implement score-based eviction with hysteresis, pinned sources, operational stats, and a flush command.