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:
Developer
2026-06-14 18:07:01 +00:00
parent 896674195c
commit c8db6ce933
580 changed files with 4678 additions and 4333 deletions
@@ -1,15 +1,15 @@
# archive/2026-05-17-frontend-foundation (index)
dir: archive/2026-05-17-frontend-foundation
# 2026-05-17-frontend-foundation (index)
dir: 2026-05-17-frontend-foundation
## role
Archive of a completed frontend foundation project delivering a React/TypeScript/Vite starter with authentication, routing, and API integration patterns.
Establishes a foundational frontend architecture for authenticated React/TypeScript/Vite web applications with routing, API integration, and responsive UI patterns.
## 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-17-frontend-foundation/specs
index: archive/2026-05-17-frontend-foundation/specs/.pi-map.index.md
map: archive/2026-05-17-frontend-foundation/specs/.pi-map.md
- 2026-05-17-frontend-foundation/specs
index: 2026-05-17-frontend-foundation/specs/.pi-map.index.md
map: 2026-05-17-frontend-foundation/specs/.pi-map.md
## files
- .openspec.yaml
- README.md
@@ -17,8 +17,8 @@ map: archive/.pi-map.md
- proposal.md
- tasks.md
## links
index: archive/2026-05-17-frontend-foundation/.pi-map.index.md
map: archive/2026-05-17-frontend-foundation/.pi-map.md
index: 2026-05-17-frontend-foundation/.pi-map.index.md
map: 2026-05-17-frontend-foundation/.pi-map.md
## workflows
-
## dirty
@@ -1,10 +1,10 @@
# archive/2026-05-17-frontend-foundation
dir: archive/2026-05-17-frontend-foundation
# 2026-05-17-frontend-foundation
dir: 2026-05-17-frontend-foundation
index: archive/2026-05-17-frontend-foundation/.pi-map.index.md
index: 2026-05-17-frontend-foundation/.pi-map.index.md
## role
Archive of a completed frontend foundation project delivering a React/TypeScript/Vite starter with authentication, routing, and API integration patterns.
Establishes a foundational frontend architecture for authenticated React/TypeScript/Vite web applications with routing, API integration, and responsive UI patterns.
## files
- .openspec.yaml | Defines an OpenAPI specification file metadata with schema type and creation date
- README.md | Defines a project foundation for a frontend application with authentication, routing, and API integration capabilities.
@@ -12,7 +12,7 @@ Archive of a completed frontend foundation project delivering a React/TypeScript
- proposal.md | Proposes a frontend foundation for a React/TypeScript web application with authentication, routing, and API integration. | dep: React, TypeScript, Vite, backend auth endpoints (/auth/login, /auth/logout, /auth/me, /auth/refresh)
- tasks.md | Tracks completed frontend development tasks for building an authenticated web application with routing, API integration, and dashboard UI.
## arch
Documentation-driven architecture with OpenAPI-first API contract, layered design docs (proposal → design → tasks), and modular React patterns including authenticated route guards, responsive shell layout, and centralized API client abstraction.
Document-driven specification package using OpenAPI metadata, design documents, and task tracking to define a layered frontend architecture with authenticated routing, API client abstraction, and shell-based responsive layout components.
## tags
react, frontend, routing, api, typescript, auth, foundation, application
## symbols
@@ -1,19 +1,19 @@
# archive/2026-05-17-frontend-foundation/specs (index)
dir: archive/2026-05-17-frontend-foundation/specs
# 2026-05-17-frontend-foundation/specs (index)
dir: 2026-05-17-frontend-foundation/specs
## role
Contains archived specification documents for the frontend foundation project dated May 17, 2026, serving as historical reference for design decisions and requirements.
Contains specification documents defining requirements and design decisions for the frontend foundation layer.
## parent
index: archive/2026-05-17-frontend-foundation/.pi-map.index.md
map: archive/2026-05-17-frontend-foundation/.pi-map.md
index: 2026-05-17-frontend-foundation/.pi-map.index.md
map: 2026-05-17-frontend-foundation/.pi-map.md
## children
- archive/2026-05-17-frontend-foundation/specs/frontend-foundation
index: archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
map: archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.md
- 2026-05-17-frontend-foundation/specs/frontend-foundation
index: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
map: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.md
## files
## links
index: archive/2026-05-17-frontend-foundation/specs/.pi-map.index.md
map: archive/2026-05-17-frontend-foundation/specs/.pi-map.md
index: 2026-05-17-frontend-foundation/specs/.pi-map.index.md
map: 2026-05-17-frontend-foundation/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# archive/2026-05-17-frontend-foundation/specs
dir: archive/2026-05-17-frontend-foundation/specs
# 2026-05-17-frontend-foundation/specs
dir: 2026-05-17-frontend-foundation/specs
index: archive/2026-05-17-frontend-foundation/specs/.pi-map.index.md
index: 2026-05-17-frontend-foundation/specs/.pi-map.index.md
## role
Contains archived specification documents for the frontend foundation project dated May 17, 2026, serving as historical reference for design decisions and requirements.
Contains specification documents defining requirements and design decisions for the frontend foundation layer.
## files
## arch
Document-based specification storage using date-versioned directory naming convention for temporal organization of project requirements.
Documentation-driven architecture using specification files to formalize API contracts, component interfaces, and implementation standards before code development.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# archive/2026-05-17-frontend-foundation/specs/frontend-foundation (index)
dir: archive/2026-05-17-frontend-foundation/specs/frontend-foundation
# 2026-05-17-frontend-foundation/specs/frontend-foundation (index)
dir: 2026-05-17-frontend-foundation/specs/frontend-foundation
## role
Defines technical specifications for a React 18+ TypeScript frontend foundation including routing, auth, layout, and HTTP client patterns.
Defines the technical specification and requirements for a React 18+ TypeScript frontend foundation with routing, authentication, layout, and HTTP client capabilities.
## parent
index: archive/2026-05-17-frontend-foundation/specs/.pi-map.index.md
map: archive/2026-05-17-frontend-foundation/specs/.pi-map.md
index: 2026-05-17-frontend-foundation/specs/.pi-map.index.md
map: 2026-05-17-frontend-foundation/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
map: archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.md
index: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
map: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2026-05-17-frontend-foundation/specs/frontend-foundation
dir: archive/2026-05-17-frontend-foundation/specs/frontend-foundation
# 2026-05-17-frontend-foundation/specs/frontend-foundation
dir: 2026-05-17-frontend-foundation/specs/frontend-foundation
index: archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
index: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
## role
Defines technical specifications for a React 18+ TypeScript frontend foundation including routing, auth, layout, and HTTP client patterns.
Defines the technical specification and requirements for a React 18+ TypeScript frontend foundation with routing, authentication, layout, and HTTP client capabilities.
## files
- spec.md | This file specifies frontend requirements for a React 18+ TypeScript web application with routing, authentication, layout, and HTTP client configuration. | dep: React 18+, TypeScript 5+, Vite, React Router, Axios/fetch
## arch
Specification-driven architecture with modular concerns (routing, auth, layout, HTTP) documented as requirements for a modern React SPA foundation.
Specification-driven architecture using React 18 with TypeScript, likely implementing common patterns such as component-based UI, client-side routing, token-based authentication, responsive layout systems, and configurable HTTP interceptors.
## tags
spec, specifies, frontend, requirements, react, typescript, web, application
## symbols