summaryrefslogtreecommitdiffhomepage
path: root/packages/core/src/db
diff options
context:
space:
mode:
Diffstat (limited to 'packages/core/src/db')
-rw-r--r--packages/core/src/db/index.ts2
1 files changed, 1 insertions, 1 deletions
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'