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,11 +1,11 @@
# archive/2026-06-12-active-changes-archive/workspace-first-ui (index)
dir: archive/2026-06-12-active-changes-archive/workspace-first-ui
# 2026-06-12-completed-changes-archive/workspace-first-ui (index)
dir: 2026-06-12-completed-changes-archive/workspace-first-ui
## role
Archive of planning documents for a workspace-first UI redesign that reorients the product around persistent writable workspaces rather than direct repository browsing.
Archive of completed design and planning documents for a workspace-first UI navigation redesign that shifts from repository-centric to workspace-centric project interaction.
## parent
index: archive/2026-06-12-active-changes-archive/.pi-map.index.md
map: archive/2026-06-12-active-changes-archive/.pi-map.md
index: 2026-06-12-completed-changes-archive/.pi-map.index.md
map: 2026-06-12-completed-changes-archive/.pi-map.md
## children
-
## files
@@ -15,8 +15,8 @@ map: archive/2026-06-12-active-changes-archive/.pi-map.md
- spec.md
- tasks.md
## links
index: archive/2026-06-12-active-changes-archive/workspace-first-ui/.pi-map.index.md
map: archive/2026-06-12-active-changes-archive/workspace-first-ui/.pi-map.md
index: 2026-06-12-completed-changes-archive/workspace-first-ui/.pi-map.index.md
map: 2026-06-12-completed-changes-archive/workspace-first-ui/.pi-map.md
## workflows
-
## dirty
@@ -1,10 +1,10 @@
# archive/2026-06-12-active-changes-archive/workspace-first-ui
dir: archive/2026-06-12-active-changes-archive/workspace-first-ui
# 2026-06-12-completed-changes-archive/workspace-first-ui
dir: 2026-06-12-completed-changes-archive/workspace-first-ui
index: archive/2026-06-12-active-changes-archive/workspace-first-ui/.pi-map.index.md
index: 2026-06-12-completed-changes-archive/workspace-first-ui/.pi-map.index.md
## role
Archive of planning documents for a workspace-first UI redesign that reorients the product around persistent writable workspaces rather than direct repository browsing.
Archive of completed design and planning documents for a workspace-first UI navigation redesign that shifts from repository-centric to workspace-centric project interaction.
## files
- .openspec.yaml | Defines metadata for a completed project specification named "workspace-first-ui"
- design.md | Design document for a workspace-first UI refresh, detailing backend API/services and frontend components for file management, git operations, and tool instances scoped to workspaces. | dep: FastAPI, SQLAlchemy/AsyncSession, React, React Router, asyncio, subprocess, os
@@ -12,7 +12,7 @@ Archive of planning documents for a workspace-first UI redesign that reorients t
- spec.md | Product specification document defining a workspace-first UI refresh that replaces direct repository file browsing with workspace-centric navigation, new routes, and redesigned pages for projects and workspace details. | dep: React/Next.js (implied by .tsx, routing), REST API backend, database (existing workspaces table), TypeScript, ruff, eslint
- tasks.md | Project task tracking document for a workspace-first UI refresh, breaking work into 3 sequential PRs with backend endpoints, frontend workspace detail page, and projects page refresh with routing changes. | dep: markdown, pytest, ruff, TypeScript compiler, eslint, npm, git, python
## arch
Specification-driven development with phased PR-based delivery (backend → frontend → routing), using structured product docs (proposal → design → spec → tasks) and OpenAPI-style metadata for project tracking.
Documentation-heavy package using sequential PR-based task decomposition (backend → workspace detailprojects page) with layered specification hierarchy (proposal → design → spec → tasks) and OpenSpec metadata tracking.
## tags
workspace, first, refresh, design, document, project, specification, .openspec
## symbols