@@ -88,7 +88,7 @@ asynchronously on idle or after compaction.
8888 in-memory fallback. Graphiti is optional; plugin continues with local-only
8989 mode if unavailable.
9090- ** Compaction survival** : Snapshots and events must persist across compaction
91- cycles. Test via ` docs/ContextOverhaulTests .md ` .
91+ cycles. Test via ` docs/SmokeTests .md ` , the authoritative validation manual .
9292- ** Concurrency** : Multiple child sessions should not corrupt root snapshot.
9393 Serialize child event writes to avoid race conditions.
9494
@@ -123,11 +123,9 @@ When starting work, read in this order:
123123 transform.
1241247 . ** src/services/** — Redis clients, batch drain, Graphiti async worker, cache
125125 management.
126- 8 . ** docs/ContextOverhaul.md** — full design rationale (especially for async
127- decisions and event taxonomy).
128- 9 . ** docs/ContextOverhaulTests.md** — runtime validation entry point and rewrite
129- status.
130- 10 . ** deno.json** — dependencies and build tasks.
126+ 8 . ** docs/SmokeTests.md** — authoritative runtime validation manual and smoke
127+ test entry point.
128+ 9 . ** deno.json** — dependencies and build tasks.
131129
132130## Configuration
133131
@@ -177,10 +175,9 @@ for scheme-less inputs that do not already include one (`6379` for Redis and
177175| ` src/services/graphiti-async.ts ` | Async drain worker, Graphiti interaction. |
178176| ` src/services/connection-manager.ts ` | Graphiti MCP health checks. |
179177| ` src/services/batch-drain.ts ` | Event batching, retry logic. |
180- | ` docs/ContextOverhaul.md ` | Full design document. |
181- | ` docs/ContextOverhaulTests.md ` | Runtime validation entry point and rewrite status. |
178+ | ` docs/SmokeTests.md ` | Authoritative runtime validation manual and smoke tests. |
182179| ` docs/ReviewProtocol.md ` | PR review handling workflow. |
183180
184181---
185182
186- ** Last Updated:** 2026-03-19
183+ ** Last Updated:** 2026-03-25
0 commit comments