From 4e636511ae748d606d8871f5068a2bd18b386bd0 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sat, 30 May 2026 23:15:18 +0900 Subject: chore(notes): collect loose root docs into notes/; add reconcile edge-cases note 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). --- packages/core/src/db/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/core/src/db') diff --git a/packages/core/src/db/index.ts b/packages/core/src/db/index.ts index 18dd1b5..29448bc 100644 --- a/packages/core/src/db/index.ts +++ b/packages/core/src/db/index.ts @@ -99,7 +99,7 @@ export function getDatabase(): Database { // keyed by a per-tab monotonic `seq`. "Message" and "turn" are DERIVED // groupings (see db/chunks.ts), never stored containers. This is what // powers per-chunk frontend pagination AND the stable per-step wire - // format that fixes Anthropic prompt-cache churn (see plan-chunk-log.md). + // format that fixes Anthropic prompt-cache churn (see notes/plan-chunk-log.md). // // role : 'user' | 'assistant' | 'tool' | 'system' // type : 'text' | 'thinking' | 'tool_call' | 'tool_result' | 'error' | 'system' -- cgit v1.2.3