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,23 +1,23 @@
|
||||
# archive/2026-05-19-repo-workspace (index)
|
||||
dir: archive/2026-05-19-repo-workspace
|
||||
# 2026-05-19-repo-workspace (index)
|
||||
dir: 2026-05-19-repo-workspace
|
||||
|
||||
## 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.
|
||||
## 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-19-repo-workspace/specs
|
||||
index: archive/2026-05-19-repo-workspace/specs/.pi-map.index.md
|
||||
map: archive/2026-05-19-repo-workspace/specs/.pi-map.md
|
||||
- 2026-05-19-repo-workspace/specs
|
||||
index: 2026-05-19-repo-workspace/specs/.pi-map.index.md
|
||||
map: 2026-05-19-repo-workspace/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: archive/2026-05-19-repo-workspace/.pi-map.index.md
|
||||
map: archive/2026-05-19-repo-workspace/.pi-map.md
|
||||
index: 2026-05-19-repo-workspace/.pi-map.index.md
|
||||
map: 2026-05-19-repo-workspace/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-19-repo-workspace/specs (index)
|
||||
dir: archive/2026-05-19-repo-workspace/specs
|
||||
# 2026-05-19-repo-workspace/specs (index)
|
||||
dir: 2026-05-19-repo-workspace/specs
|
||||
|
||||
## role
|
||||
Defines technical specifications for a repository workspace web application with file browsing, branch navigation, and quick editing capabilities
|
||||
## parent
|
||||
index: archive/2026-05-19-repo-workspace/.pi-map.index.md
|
||||
map: archive/2026-05-19-repo-workspace/.pi-map.md
|
||||
index: 2026-05-19-repo-workspace/.pi-map.index.md
|
||||
map: 2026-05-19-repo-workspace/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-19-repo-workspace/specs/.pi-map.index.md
|
||||
map: archive/2026-05-19-repo-workspace/specs/.pi-map.md
|
||||
index: 2026-05-19-repo-workspace/specs/.pi-map.index.md
|
||||
map: 2026-05-19-repo-workspace/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-19-repo-workspace/specs
|
||||
dir: archive/2026-05-19-repo-workspace/specs
|
||||
# 2026-05-19-repo-workspace/specs
|
||||
dir: 2026-05-19-repo-workspace/specs
|
||||
|
||||
index: archive/2026-05-19-repo-workspace/specs/.pi-map.index.md
|
||||
index: 2026-05-19-repo-workspace/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications for a repository workspace web application with file browsing, branch navigation, and quick editing capabilities
|
||||
## files
|
||||
- spec.md | Defines technical specifications for a repository workspace web application with file browsing, branch navigation, and quick editing capabilities | dep: React, React Router, URLSearchParams, git backend, syntax highlighting library
|
||||
## arch
|
||||
Specification-driven design with markdown-based documentation defining requirements for a web-based code repository interface
|
||||
Specification-driven design using Markdown documentation as the single source of truth for requirements and system behavior
|
||||
## tags
|
||||
spec, defines, technical, specifications, repository, workspace, web, application
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user