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-05-22-git-repo-working-clones (index)
dir: archive/2026-05-22-git-repo-working-clones
# 2026-05-22-git-repo-working-clones (index)
dir: 2026-05-22-git-repo-working-clones
## role
Contains historical design documents and task tracking for migrating the Git backend from bare/mirror repositories to working-tree clones with proper branch initialization.
Planning and design documents for migrating the project's Git backend from bare/mirror repositories to standard working-tree clones with proper branch initialization.
## parent
index: archive/.pi-map.index.md
map: archive/.pi-map.md
index: ./.pi-map.index.md
map: ./.pi-map.md
## children
-
## files
@@ -13,8 +13,8 @@ map: archive/.pi-map.md
- proposal.md
- tasks.md
## links
index: archive/2026-05-22-git-repo-working-clones/.pi-map.index.md
map: archive/2026-05-22-git-repo-working-clones/.pi-map.md
index: 2026-05-22-git-repo-working-clones/.pi-map.index.md
map: 2026-05-22-git-repo-working-clones/.pi-map.md
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# archive/2026-05-22-git-repo-working-clones
dir: archive/2026-05-22-git-repo-working-clones
# 2026-05-22-git-repo-working-clones
dir: 2026-05-22-git-repo-working-clones
index: archive/2026-05-22-git-repo-working-clones/.pi-map.index.md
index: 2026-05-22-git-repo-working-clones/.pi-map.index.md
## role
Contains historical design documents and task tracking for migrating the Git backend from bare/mirror repositories to working-tree clones with proper branch initialization.
Planning and design documents for migrating the project's Git backend from bare/mirror repositories to standard working-tree clones with proper branch initialization.
## files
- design.md | Design document for migrating repository creation from bare/mirror repos to working-tree repos with proper branch initialization | dep: git, repository backend, workspace UI, file browser, commit editor, git toolbar
- proposal.md | Proposes changes to repository creation and git operations to use normal working clones instead of mirrored bare repositories
- tasks.md | A task tracking document for backend Git repository creation and synchronization improvements with test coverage and quality gates.
## arch
Documentation-driven planning artifacts using markdown-based design proposals, technical specifications, and structured task tracking with quality gates and test coverage requirements.
Document-driven architecture with markdown specifications covering design rationale, technical proposals, and task tracking with quality gates and test coverage requirements.
## tags
design, repository, creation, git, document, bare, repos, working
## symbols