trails/openspec/specs/session-notes/spec.md
Ullrich Schäfer 0b9b99984e Fix all OpenSpec validation failures (36/36 passing)
- Add ## Purpose sections and convert delta headers to ## Requirements
  on all 25 specs
- Add SHALL keywords to requirements missing them (gpx-import,
  planner-session, planner-journal-handoff)
- Convert prose GPX format section to proper scenarios (no-go-areas)
- Create specs/ delta files for 7 changes that were missing them
  (activity-photos, local-dev-stack, multi-day-routes, route-discovery,
  route-sharing, visual-redesign, waypoint-notes)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 22:17:52 +02:00

507 B

Purpose

Collaborative text notes in Planner sessions, synced in real-time via Yjs.

Requirements

Requirement: Collaborative session notes

Planner sessions SHALL have a shared text area for participants to write notes.

Scenario: Write notes

  • WHEN a user types in the notes area
  • THEN the text syncs in real-time to all other participants via Yjs

Scenario: Notes persist

  • WHEN a user leaves and rejoins a session
  • THEN the notes are still there (stored in Yjs doc)