From 3a6ebd1954b803e2196b2dbd4514e4767ed6bdb3 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:51:59 +0800 Subject: [PATCH] =?UTF-8?q?docs(session):=20renumber=20session-persistence?= =?UTF-8?q?=20ADR=20reference=200016=E2=86=920018?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit master's pnpm migration claimed ADR 0016 (0016-pnpm-over-yarn), which collides with this stack's session-persistence ADR. Renumbering the session-persistence ADR to 0018 (turn-enclosure stays 0017); update the json.ts module-doc reference accordingly. --- packages/session/src/json.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/session/src/json.ts b/packages/session/src/json.ts index 99fe80ea80..e226becee8 100644 --- a/packages/session/src/json.ts +++ b/packages/session/src/json.ts @@ -1,7 +1,7 @@ /** * JSON-serializability validation for session event data. * - * The session event log is the durable source of truth (ADR 0003/0016): every + * The session event log is the durable source of truth (ADR 0003/0018): every * `event.data` must round-trip losslessly through JSON so any persistence * backend can store and reload it byte-identically. This invariant belongs to * the log itself — `Session.append` enforces it at the source, so a