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,17 +1,17 @@
# archive/2026-05-19-repo-workspace
dir: archive/2026-05-19-repo-workspace
# 2026-05-19-repo-workspace
dir: 2026-05-19-repo-workspace
index: archive/2026-05-19-repo-workspace/.pi-map.index.md
index: 2026-05-19-repo-workspace/.pi-map.index.md
## role
Design and planning documentation for a repository workspace UI feature that enables browsing, viewing, and editing project files with Git integration.
Defines a repository workspace UI feature for browsing, viewing, and editing Git project files with branch navigation and syntax highlighting.
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- design.md | Design document specifying a repository workspace UI for browsing, viewing, and editing project files with repo/branch/file navigation, syntax highlighting, and quick edit capabilities. | dep: React, URL routing, REST API, syntax highlighter, virtual scrolling
- proposal.md | Proposes a repository workspace as the default project view with file browsing, branch selection, and file viewing/editing capabilities
- tasks.md | Project task tracking document outlining implementation phases for a Git repository workspace UI with file browsing, editing, and navigation features | dep: git, React/Next.js, FastAPI, prismjs, ruff, mypy, pytest
## arch
Document-driven specification package using markdown-based design docs, proposals, and task tracking with YAML configuration metadata, following a phased implementation planning pattern.
Documentation-driven specification with OpenSpec schema configuration, using phased task planning (design proposal → implementation tracking) for a file-tree navigation pattern with quick-edit capabilities.
## tags
design, repository, workspace, browsing, editing, project, .openspec, document
## symbols