summaryrefslogtreecommitdiffhomepage
path: root/eviction-limitation.md
AgeCommit message (Collapse)Author
2026-05-30chore(notes): collect loose root docs into notes/; add reconcile edge-cases noteAdam Malczewski
Move all loose root-level .md files (plans, reports, gemini reviews, incident notes) into a single notes/ directory, and update the doc-reference breadcrumbs in code comments/test labels to the notes/ path. Add notes/queue-interrupt-reconcile-edge-cases.md: documents why the queue/interrupt/turn-sealed reconcile path keeps surfacing edge cases (a catalog of the four review-pass bugs, the no-loss/no-duplicate invariants, the recommended membership-based reconcile refactor, and interleaving-test guidance).
2026-05-30docs(chunks): eviction limitation + gemini review of the chunk-log refactorAdam Malczewski
- eviction-limitation.md: frontend eviction is whole-message, not per-chunk; options to fully fix later. - gemini-chunk-log-review.md: read-only review of the refactor (cache fix, flat storage, pagination).