From 9fe8e568cfd2d1acae017ae92a87cc00f5f694fc Mon Sep 17 00:00:00 2001 From: Storme-bit Date: Mon, 27 Apr 2026 00:28:42 -0700 Subject: [PATCH] roadmap phase 1 complete --- docs/roadmap.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 92be1ec..8adf7bd 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -39,18 +39,18 @@ --- -## Phase 1 — Loose Ends & Stability +## Phase 1 — Loose Ends & Stability - COMPLETE ✅ *Target: Next development session (Saturday)* ### Bug Fixes -- [x] **Entity extraction JSON parsing** — robustify response parser in `extraction.js` to handle model returning markdown fences or preamble around JSON -- [ ] **Qdrant entity search empty results** — verify entities embedded post-isolation-fix are surfacing correctly in project session searches +✅ **Entity extraction JSON parsing** — robustify response parser in `extraction.js` to handle model returning markdown fences or preamble around JSON +✅ **Qdrant entity search empty results** — verify entities embedded post-isolation-fix are surfacing correctly in project session searches ### Tech Debt -- [x] **Logging** — introduce `LOG_LEVEL` env var across all services; reduce noise in production -- [x] **Error response consistency** — audit all endpoints for uniform `{ error, detail }` shape -- [x] **Constants audit** — move any remaining inline magic numbers (limits, thresholds, timeouts) to shared config -- [x] **Orchestration `chat/index.js` review** — extract any logic that has grown beyond its intended scope into dedicated modules +✅ **Logging** — introduce `LOG_LEVEL` env var across all services; reduce noise in production +✅ **Error response consistency** — audit all endpoints for uniform `{ error, detail }` shape +✅ **Constants audit** — move any remaining inline magic numbers (limits, thresholds, timeouts) to shared config +✅ **Orchestration `chat/index.js` review** — extract any logic that has grown beyond its intended scope into dedicated modules ---