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
+7 -7
View File
@@ -1,11 +1,11 @@
# openspec/explorations (index)
dir: openspec/explorations
# explorations (index)
dir: explorations
## role
Design exploration and technical specification documents for container instance management system features and architectural improvements.
Contains design exploration documents for proposed features and architectural improvements in a container instance management system.
## parent
index: openspec/.pi-map.index.md
map: openspec/.pi-map.md
index: ./.pi-map.index.md
map: ./.pi-map.md
## children
-
## files
@@ -17,8 +17,8 @@ map: openspec/.pi-map.md
- streamline-tool-container-definitions.md
- terminal-responsiveness.md
## links
index: openspec/explorations/.pi-map.index.md
map: openspec/explorations/.pi-map.md
index: explorations/.pi-map.index.md
map: explorations/.pi-map.md
## workflows
-
## dirty
+5 -5
View File
@@ -1,10 +1,10 @@
# openspec/explorations
dir: openspec/explorations
# explorations
dir: explorations
index: openspec/explorations/.pi-map.index.md
index: explorations/.pi-map.index.md
## role
Design exploration and technical specification documents for container instance management system features and architectural improvements.
Contains design exploration documents for proposed features and architectural improvements in a container instance management system.
## files
- config-profile-multi-repo-mounts.md | Proposes a design for supporting multiple directory mounts from a single git repository clone in config profiles, avoiding redundant clones.
- home-path-expansion.md | Explores design options for expanding `~` and `$HOME` in container mount paths based on target container user context | dep: config_profile_resolver.py, tool_instances.py, manifest_compiler.py, Docker Compose
@@ -14,7 +14,7 @@ Design exploration and technical specification documents for container instance
- streamline-tool-container-definitions.md | Explores architectural redesign of a tool container definition system to replace monolithic Dockerfile strings and ad-hoc compose generation with a layered, declarative approach | dep: Docker, Docker Compose, SQLAlchemy, Python f-strings/Jinja, Ubuntu base images, Cloudflare tunnels, PTY/WebSocket terminals
- terminal-responsiveness.md | Explores architectural improvements to achieve low-latency terminal I/O performance comparable to VS Code Server by identifying bottlenecks and proposing optimizations for a WebSocket-based web terminal. | dep: xterm.js, WebSocket, asyncio, select, docker, Python, TypeScript, React, node-pty, libuv, Docker Engine API
## arch
Markdown-based design documents following an exploratory RFC pattern, covering mount resolution algorithms, path expansion strategies, container definition layering, and WebSocket optimization techniques.
Markdown-based design documents following an RFC/exploration pattern, each analyzing a specific technical problem space, evaluating alternatives, and proposing solutions across mount systems, config profiles, container definitions, and terminal I/O performance.
## tags
mounts, container, mount, py, path, design, config, level
## symbols