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-tool-terminal/specs
|
||||
dir: archive/2026-05-19-tool-terminal/specs
|
||||
# 2026-05-19-tool-terminal/specs
|
||||
dir: 2026-05-19-tool-terminal/specs
|
||||
|
||||
index: archive/2026-05-19-tool-terminal/specs/.pi-map.index.md
|
||||
index: 2026-05-19-tool-terminal/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines protocol specifications for browser-based terminal access to Docker containers
|
||||
Defines protocol specifications for browser-based remote terminal access to Docker containers
|
||||
## files
|
||||
- spec.md | Defines a WebSocket-based terminal specification for spawning interactive shell sessions inside Docker containers via browser-based terminals | dep: FastAPI, asyncio, docker CLI, xterm.js, xterm-addon-fit, xterm-addon-web-links
|
||||
## arch
|
||||
WebSocket-based API specification document describing bidirectional communication protocol for interactive shell sessions
|
||||
Markdown-based specification document using WebSocket transport protocol with Docker container runtime integration
|
||||
## tags
|
||||
xterm, addon, spec, defines, websocket, terminal, specification, spawning
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user