trails/openspec/specs/planner-session/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

665 B

Purpose

Collaborative planning session management with Yjs CRDT synchronization, supporting initialization from URL parameters, journal handoff, and GPX file upload.

Requirements

Requirement: Session initialization from GPX

The Planner SHALL support initializing sessions from a GPX file upload in addition to URL parameters and the journal handoff.

Scenario: Session created from GPX upload

  • WHEN a session is created via GPX file upload on the home page
  • THEN waypoints and no-go areas from the GPX are passed via URL parameters to the session page
  • AND the Yjs document is initialized with the extracted data on the client side