You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Delivered:** Rust-based multi-runtime installer that converts canonical Claude plugin source into runtime-specific installations for 6 targets, replacing 5 manually-maintained adapter directories with a single conversion pipeline.
6
+
7
+
**Phases completed:** 45-50 (6 phases, 11 plans)
8
+
9
+
**Key accomplishments:**
10
+
11
+
-`memory-installer` crate with `RuntimeConverter` trait and 6 runtime converters (Claude, Gemini, Codex, Copilot, Skills, OpenCode stub)
12
+
- Plugin parser with 2-level discovery (installer-sources.json → marketplace.json) and gray_matter frontmatter extraction
13
+
- Centralized tool mapping tables: 11 Claude tool names mapped across 6 runtimes with compile-time exhaustive match expressions
14
+
- format!-based YAML/TOML emitters with proper quoting, block scalars, and path rewriting helpers
15
+
- 7 E2E integration tests proving full convert-and-write pipeline for all runtimes
16
+
- 3 old adapter directories archived with README stubs (51 files, 12K+ lines removed)
17
+
18
+
**Known Gaps:**
19
+
20
+
- OC-01–06: OpenCode converter is a stub (deferred — OpenCode runtime format still evolving)
**Delivered:** Ingest-time semantic dedup via vector similarity gate with configurable threshold, query-time stale filtering with time-decay and supersession detection, and 10 E2E tests proving the complete pipeline.
**Goal:** Complete hybrid search, add ranking intelligence, automate index lifecycle, expose operational metrics, and enable the system to learn from past task outcomes.
- Salience scoring at write time + usage-based decay in retrieval ranking
15
-
- Automated vector pruning and BM25 lifecycle policies via scheduler
16
-
- Admin observability RPCs for dedup/ranking metrics
17
-
- Episodic memory — record task outcomes, search similar past episodes, value-based retention
18
-
19
-
**Previous version:** v2.5 (Shipped 2026-03-10) — semantic dedup, stale filtering, 5-CLI E2E test harness
20
-
21
-
The system implements a complete 6-layer cognitive stack with control plane, multi-agent support, semantic dedup, retrieval quality filtering, and comprehensive testing:
10
+
The system implements a complete 6-layer cognitive stack with control plane, multi-agent support, semantic dedup, retrieval quality filtering, multi-runtime installer, and comprehensive testing:
22
11
- Layer 0: Raw Events (RocksDB) — agent-tagged, dedup-aware (store-and-skip-outbox)
0 commit comments