From 0fd0e8e135178dbddb156e2210d151b7a5689a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sat, 11 Apr 2026 03:01:55 +0200 Subject: [PATCH] Add notes persistence scenario to planner-session spec Co-Authored-By: Claude Opus 4.6 (1M context) --- openspec/specs/planner-session/spec.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openspec/specs/planner-session/spec.md b/openspec/specs/planner-session/spec.md index 64abdac..62f48aa 100644 --- a/openspec/specs/planner-session/spec.md +++ b/openspec/specs/planner-session/spec.md @@ -31,3 +31,8 @@ The Planner SHALL synchronize waypoint edits, route options, and overlay prefere #### Scenario: Notes cursor awareness - **WHEN** participant A selects text in the notes editor - **THEN** participant B sees participant A's selection highlighted in A's assigned color + +#### Scenario: Notes persist across reload +- **WHEN** a participant reloads the session page +- **THEN** the notes content is restored from the Yjs document +- **AND** the editor displays the existing text immediately