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,14 +1,14 @@
|
||||
# archive/2026-05-19-git-control/specs
|
||||
dir: archive/2026-05-19-git-control/specs
|
||||
# 2026-05-19-git-control/specs
|
||||
dir: 2026-05-19-git-control/specs
|
||||
|
||||
index: archive/2026-05-19-git-control/specs/.pi-map.index.md
|
||||
index: 2026-05-19-git-control/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines specifications for a Git version control interface with REST API and frontend capabilities for branch management, commits, remote sync, and merge operations.
|
||||
Defines the API contract and UI specification for a Git version control interface that enables branch management, commits, remote sync, and merge operations.
|
||||
## files
|
||||
- spec.md | Defines a REST API and frontend specification for a Git version control interface enabling branch management, commits, remote sync, and merge operations
|
||||
## arch
|
||||
Specification-driven design using Markdown-based API documentation with clear separation between backend REST endpoints and frontend UI requirements.
|
||||
Specification-driven design using REST API documentation paired with frontend requirements, establishing clear interfaces between backend services and client implementation.
|
||||
## tags
|
||||
spec, defines, rest, api, frontend, specification, git, version
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user