fix: disable native touch panning on mobile terminal and archive specs
- Change mobile terminal CSS to use touch-action: none and overscroll-behavior: none so the custom touch handler owns swipes - Archive completed/partial OpenSpec specs to openspec/changes/archive/2026-06-14-completed-specs-archive/ - Regenerate project maps Quality gates: npm run typecheck, npm run lint (apps/web)
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-22-sessions-hub/.openspec (index)
|
||||
dir: archive/2026-05-22-sessions-hub/.openspec
|
||||
# 2026-05-22-sessions-hub/.openspec (index)
|
||||
dir: 2026-05-22-sessions-hub/.openspec
|
||||
|
||||
## role
|
||||
Defines the configuration schema and validation rules for a sessions hub service using OpenAPI-style specification format.
|
||||
Defines the OpenAPI specification and schema-driven configuration for the sessions hub service API
|
||||
## parent
|
||||
index: archive/2026-05-22-sessions-hub/.pi-map.index.md
|
||||
map: archive/2026-05-22-sessions-hub/.pi-map.md
|
||||
index: 2026-05-22-sessions-hub/.pi-map.index.md
|
||||
map: 2026-05-22-sessions-hub/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- config.yaml
|
||||
## links
|
||||
index: archive/2026-05-22-sessions-hub/.openspec/.pi-map.index.md
|
||||
map: archive/2026-05-22-sessions-hub/.openspec/.pi-map.md
|
||||
index: 2026-05-22-sessions-hub/.openspec/.pi-map.index.md
|
||||
map: 2026-05-22-sessions-hub/.openspec/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-22-sessions-hub/.openspec
|
||||
dir: archive/2026-05-22-sessions-hub/.openspec
|
||||
# 2026-05-22-sessions-hub/.openspec
|
||||
dir: 2026-05-22-sessions-hub/.openspec
|
||||
|
||||
index: archive/2026-05-22-sessions-hub/.openspec/.pi-map.index.md
|
||||
index: 2026-05-22-sessions-hub/.openspec/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines the configuration schema and validation rules for a sessions hub service using OpenAPI-style specification format.
|
||||
Defines the OpenAPI specification and schema-driven configuration for the sessions hub service API
|
||||
## files
|
||||
- config.yaml | Defines a configuration file for a sessions hub service using spec-driven schema
|
||||
## arch
|
||||
Spec-driven configuration with YAML-based schema definition for service configuration validation and documentation.
|
||||
Spec-driven schema configuration using YAML-based API contract definition
|
||||
## tags
|
||||
config, defines, configuration, sessions, hub, service, spec, driven
|
||||
## symbols
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
# archive/2026-05-22-sessions-hub (index)
|
||||
dir: archive/2026-05-22-sessions-hub
|
||||
# 2026-05-22-sessions-hub (index)
|
||||
dir: 2026-05-22-sessions-hub
|
||||
|
||||
## role
|
||||
Design and planning package for a centralized Sessions Hub feature that manages user workspace sessions across projects.
|
||||
Centralized workspace session management feature enabling users to view, organize, and control active tool instances across projects.
|
||||
## parent
|
||||
index: archive/.pi-map.index.md
|
||||
map: archive/.pi-map.md
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
## children
|
||||
- archive/2026-05-22-sessions-hub/.openspec
|
||||
index: archive/2026-05-22-sessions-hub/.openspec/.pi-map.index.md
|
||||
map: archive/2026-05-22-sessions-hub/.openspec/.pi-map.md
|
||||
- archive/2026-05-22-sessions-hub/specs
|
||||
index: archive/2026-05-22-sessions-hub/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-sessions-hub/specs/.pi-map.md
|
||||
- 2026-05-22-sessions-hub/.openspec
|
||||
index: 2026-05-22-sessions-hub/.openspec/.pi-map.index.md
|
||||
map: 2026-05-22-sessions-hub/.openspec/.pi-map.md
|
||||
- 2026-05-22-sessions-hub/specs
|
||||
index: 2026-05-22-sessions-hub/specs/.pi-map.index.md
|
||||
map: 2026-05-22-sessions-hub/specs/.pi-map.md
|
||||
## files
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: archive/2026-05-22-sessions-hub/.pi-map.index.md
|
||||
map: archive/2026-05-22-sessions-hub/.pi-map.md
|
||||
index: 2026-05-22-sessions-hub/.pi-map.index.md
|
||||
map: 2026-05-22-sessions-hub/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# archive/2026-05-22-sessions-hub
|
||||
dir: archive/2026-05-22-sessions-hub
|
||||
# 2026-05-22-sessions-hub
|
||||
dir: 2026-05-22-sessions-hub
|
||||
|
||||
index: archive/2026-05-22-sessions-hub/.pi-map.index.md
|
||||
index: 2026-05-22-sessions-hub/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Design and planning package for a centralized Sessions Hub feature that manages user workspace sessions across projects.
|
||||
Centralized workspace session management feature enabling users to view, organize, and control active tool instances across projects.
|
||||
## files
|
||||
- design.md | Design document for implementing a Sessions Hub feature with page layout, navigation, data flow, and API changes for managing user workspace sessions. | dep: Navigation, AppShell, SessionsPage, UserConfig, API endpoints (/users/me/sessions, /users/me/config), workspace, state management, polling
|
||||
- proposal.md | Proposes a centralized "Sessions Hub" feature for managing active tool instances across projects
|
||||
- tasks.md | Project task tracking document for implementing a Sessions Hub feature across backend and frontend | dep: UserConfig model, Alembic, Pydantic, AppShell, React Router, sessions context, workspace, npm
|
||||
## arch
|
||||
Documentation-driven architecture using markdown-based design documents (design.md, proposal.md, tasks.md) to specify page layouts, navigation flows, data models, and API contracts before implementation.
|
||||
Product design documents following a structured proposal-to-design-to-tasks workflow, with API-driven backend/frontend coordination and hub-and-spoke navigation pattern.
|
||||
## tags
|
||||
sessions, design, hub, feature, workspace, document, implementing, navigation
|
||||
## symbols
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-22-sessions-hub/specs (index)
|
||||
dir: archive/2026-05-22-sessions-hub/specs
|
||||
# 2026-05-22-sessions-hub/specs (index)
|
||||
dir: 2026-05-22-sessions-hub/specs
|
||||
|
||||
## role
|
||||
Defines technical specifications for a Sessions Hub feature that manages user sessions in a web application.
|
||||
Defines comprehensive technical specifications for the Sessions Hub feature, serving as the authoritative design document for requirements, APIs, UI, and quality standards.
|
||||
## parent
|
||||
index: archive/2026-05-22-sessions-hub/.pi-map.index.md
|
||||
map: archive/2026-05-22-sessions-hub/.pi-map.md
|
||||
index: 2026-05-22-sessions-hub/.pi-map.index.md
|
||||
map: 2026-05-22-sessions-hub/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-22-sessions-hub/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-sessions-hub/specs/.pi-map.md
|
||||
index: 2026-05-22-sessions-hub/specs/.pi-map.index.md
|
||||
map: 2026-05-22-sessions-hub/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-22-sessions-hub/specs
|
||||
dir: archive/2026-05-22-sessions-hub/specs
|
||||
# 2026-05-22-sessions-hub/specs
|
||||
dir: 2026-05-22-sessions-hub/specs
|
||||
|
||||
index: archive/2026-05-22-sessions-hub/specs/.pi-map.index.md
|
||||
index: 2026-05-22-sessions-hub/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications for a Sessions Hub feature that manages user sessions in a web application.
|
||||
Defines comprehensive technical specifications for the Sessions Hub feature, serving as the authoritative design document for requirements, APIs, UI, and quality standards.
|
||||
## files
|
||||
- spec.md | Defines technical specifications for a "Sessions Hub" feature including requirements, API endpoints, UI layouts, state management, and quality gates for managing user sessions in a web application. | dep: REST API, TypeScript, React/frontend framework (implied by UI specs and quality gates), polling-based state management, Pydantic/BaseModel
|
||||
## arch
|
||||
Specification-driven design using structured documentation with requirements, API contracts, UI wireframes, state diagrams, and quality gates.
|
||||
Specification-driven development with structured documentation covering functional requirements, RESTful API design, component-based UI architecture, Redux-style state management patterns, and gated quality checkpoints.
|
||||
## tags
|
||||
sessions, spec, defines, technical, specifications, hub, feature, including
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user