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,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
|
||||
|
||||
Reference in New Issue
Block a user