Commit Graph
6 Commits
Author SHA1 Message Date
Story Crater Bot 846298b68d docs: update memory-flow.md — add Obsidian + M3.8 optimizations
Architecture updates:
- Added Obsidian REST API as reference corpus source of truth (M3.6.2)
- Added OpenSearch cluster with JWT auth for lexical search (M8)
- Clarified ingest path: full-fidelity (no compression)
- Clarified query path: compression between hybrid search + LLM (M3.8)

M3.8 Context Optimizer integration:
- Stage 1: Magika ML content detection
- Stage 2: CacheAligner for KV cache prefix stability
- Stage 3: Per-type compressors (log, json, diff, text)
- Stage 4: CCR store for reversible caching

M3.7.4 tier 3 now explicitly uses Obsidian REST API for reference docs.

Reflects completed work:
- M3.8.1 full 4-phase implementation (62 tests)
- M3.8.2 cache metrics + headers (3 tests)
- 117 total mem-core tests passing
2026-08-28 10:20:51 -07:00
Story Crater Bot 2c37d7b6f2 docs: clarify optimizer sits in query path only, full lifecycle diagram 2026-08-28 09:19:35 -07:00
Story Crater Bot 0b2932bb77 docs: add M3.8 context optimizer to memory-flow.md 2026-08-28 09:16:50 -07:00
Story Crater Bot ad9cbe1fdc docs: add mem sig explain command documentation with CLI examples 2026-08-28 08:05:14 -07:00
Story Crater Bot 0211695880 docs: add M3.7.7 → M3.7.8 failure diagnosis pipeline design to memory-flow.md 2026-08-28 07:48:57 -07:00
Story Crater Bot 56bee1915e chore: Archive completed task files (M0, M1, M3, M3.5, M4.1-2, M3.6.1)
Deleted 31 completed task files:
- M0.x: 8 tasks (cargo, domain types, recordsource, tokenizer, adapters, gate)
- M1.x: 8 tasks (llm-chat, standing-query, prompt template, parser, loop, log, e2e, gate)
- M3.x: 4 tasks (l2-synthesis, rerank, mem-query, gate)
- M3.5.x: 8 tasks (http-server, ingest, query, federation, skills, projects, rate-limiting, gate)
- M3.6.1: DocCorpusSource (heading-boundary chunking)
- M4.1-2: skill-draft, derived-filter

Updated INDEX.md:
- Removed M0 & M1 phase sections (archived in git history)
- Updated progress table: 65 active tasks (42 + 2🟡 + 21)
- Updated status: M0/M1 complete, M3/M3.5 gates passing, M4.1-2 done
- Noted M3.5.10 JWT auth implementation complete (awaiting image rollout)
- Cleaned up broken links to deleted task files

Total test count: 239 passing, 2 ignored (up from 196 at M3.4)
Ready for M4.3 gate composition, M5 post-training, M7 source connectors.
2026-08-27 20:25:05 -07:00