From f7e0f904a94e43aed1849a5a87b75f46e519a7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sat, 11 Apr 2026 02:55:36 +0200 Subject: [PATCH] Update planner-session spec with collaborative notes requirements Added scenarios for character-level notes sync and cursor awareness between participants. Co-Authored-By: Claude Opus 4.6 (1M context) --- openspec/specs/planner-session/spec.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openspec/specs/planner-session/spec.md b/openspec/specs/planner-session/spec.md index 7233678..64abdac 100644 --- a/openspec/specs/planner-session/spec.md +++ b/openspec/specs/planner-session/spec.md @@ -22,3 +22,12 @@ The Planner SHALL synchronize waypoint edits, route options, and overlay prefere #### Scenario: POI category sync - **WHEN** participant A enables the "Drinking water" POI category - **THEN** participant B sees drinking water markers appear on their map + +#### Scenario: Collaborative notes editing +- **WHEN** participant A types in the notes editor +- **THEN** participant B sees the text appear character-by-character in real-time +- **AND** participant B sees participant A's cursor position and name + +#### 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