From ed840eea739b84c7ac69c9bbe4ff7924869dd80d Mon Sep 17 00:00:00 2001 From: Jason Stedwell Date: Wed, 29 Jul 2026 00:10:32 -0500 Subject: [PATCH] Plans: 2.3.0 index train shipped Co-Authored-By: Claude Fable 5 --- docs/IMPROVEMENT-PLANS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/IMPROVEMENT-PLANS.md b/docs/IMPROVEMENT-PLANS.md index 1976898..d1ef66a 100644 --- a/docs/IMPROVEMENT-PLANS.md +++ b/docs/IMPROVEMENT-PLANS.md @@ -349,5 +349,5 @@ manifest-verification pass). | **2.0.0 — SHIPPED 2026-07-28** | ROADMAP-2.0: commands/ deleted · release-based artifacts · gitignore · Codex note | Packaging-only major; skills-only install re-verified. | | **2.1.0 quick wins — SHIPPED 2026-07-28** | #1 brief load · #3 offline capture · #7 session-end | All three landed with +19 e2e checks; see CHANGELOG 2.1.0. The MCP spec's Phase 0 (return-not-print) did NOT ride along — it's the first phase of the MCP build session. | | **2.2** | MCP server (containerized, `echomcp.alwisp.com`) — `docs/MCP-SERVER-SPEC.md` | Needs Phase 0 (return-not-print refactor, first step of the build session). #7 session-end shipped, so `echo_log_session` wraps a real verb. Deployed via CI + PORT, not the plugin manifest. | -| **2.3 index train** | #2 local-first recall (CLI-path half) · #4 incremental sweep · #8 stemming+expansion | One schema-bump train; all touch the same index/sweep loop. The container already keeps its index warm in memory (spec §7), so #2 here covers the CLI fallback path; #4's fast sweep also becomes the container's background job. | -| **2.4 memory train** | #5 lifecycle/decay · #6 supersession · #9 resolve-miss learning | Capability tier; #6 after #5 (status vocabulary). | +| **2.3.0 index train — SHIPPED 2026-07-29** | #2 local-first recall · #4 incremental sweep (`sweep --fast`, auto at load) · #8 stemming+alias expansion | Recall schema 3 + entity schema 2 in one bump; eval 14-query gold set at recall@5/MRR 1.00/1.00. echo-mcp auto-redeployed with it. | +| **2.4 memory train** | #5 lifecycle/decay · #6 supersession · #9 resolve-miss learning | Capability tier; #6 after #5 (status vocabulary). Remaining alongside: the 2.2.x dividends (nightly vault backup FIRST, claude.ai OAuth shim, shadow history, background sweeps, alerting). |