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:
+7
-7
@@ -1,11 +1,11 @@
|
||||
# archive/2026-06-12-active-changes-archive/working-copies (index)
|
||||
dir: archive/2026-06-12-active-changes-archive/working-copies
|
||||
# 2026-06-12-completed-changes-archive/working-copies (index)
|
||||
dir: 2026-06-12-completed-changes-archive/working-copies
|
||||
|
||||
## role
|
||||
Archive of design documents and specifications for implementing persistent workspace-based tool instances that replace direct repository mounting with isolated git working copies.
|
||||
Archive of completed design documents for a project that replaced direct repository mounting/cloning with persistent, shared Git workspace copies for tool instances.
|
||||
## 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
|
||||
@@ -16,8 +16,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/working-copies/.pi-map.index.md
|
||||
map: archive/2026-06-12-active-changes-archive/working-copies/.pi-map.md
|
||||
index: 2026-06-12-completed-changes-archive/working-copies/.pi-map.index.md
|
||||
map: 2026-06-12-completed-changes-archive/working-copies/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,10 +1,10 @@
|
||||
# archive/2026-06-12-active-changes-archive/working-copies
|
||||
dir: archive/2026-06-12-active-changes-archive/working-copies
|
||||
# 2026-06-12-completed-changes-archive/working-copies
|
||||
dir: 2026-06-12-completed-changes-archive/working-copies
|
||||
|
||||
index: archive/2026-06-12-active-changes-archive/working-copies/.pi-map.index.md
|
||||
index: 2026-06-12-completed-changes-archive/working-copies/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive of design documents and specifications for implementing persistent workspace-based tool instances that replace direct repository mounting with isolated git working copies.
|
||||
Archive of completed design documents for a project that replaced direct repository mounting/cloning with persistent, shared Git workspace copies for tool instances.
|
||||
## files
|
||||
- .openspec.yaml | Defines metadata for a completed project named "working-copies" with timeline tracking
|
||||
- design.md | Design document for implementing workspace-based tool instances that replace direct repository mounting with isolated git working copies | dep: FastAPI, SQLAlchemy, Alembic, Docker Compose, Git, React/TypeScript, asyncio subprocess
|
||||
@@ -13,7 +13,7 @@ Archive of design documents and specifications for implementing persistent works
|
||||
- spec.md | Technical specification for implementing persistent workspace-based tool instances that replace mount/clone modes with explicit Git repository workspaces | dep: Git, PostgreSQL, REST API, React/TypeScript frontend, Docker containers, Python backend
|
||||
- tasks.md | Project task tracking document for implementing workspace-based tool instances across backend and frontend in a multi-PR phased approach | dep: Alembic, FastAPI, SQLAlchemy, React, TypeScript, pytest, ruff, ESLint, Git, Docker Compose
|
||||
## arch
|
||||
Design-driven documentation package containing phased technical specifications (proposal → design → exploration → spec → tasks) for a Workspace entity abstraction, with YAML metadata tracking and multi-PR implementation planning across backend/frontend systems.
|
||||
Design-driven development with layered specification documents (exploration → proposal → design → spec → tasks) documenting a phased multi-PR implementation across backend and frontend systems.
|
||||
## tags
|
||||
workspace, tool, instances, git, design, replace, project, working
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user