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,18 +1,18 @@
|
||||
# archive/2026-05-19-tool-terminal/.openspec (index)
|
||||
dir: archive/2026-05-19-tool-terminal/.openspec
|
||||
# 2026-05-19-tool-terminal/.openspec (index)
|
||||
dir: 2026-05-19-tool-terminal/.openspec
|
||||
|
||||
## role
|
||||
Defines an OpenAPI-style specification for a tool-terminal component configuration.
|
||||
Defines the OpenAPI specification configuration for the tool-terminal component.
|
||||
## parent
|
||||
index: archive/2026-05-19-tool-terminal/.pi-map.index.md
|
||||
map: archive/2026-05-19-tool-terminal/.pi-map.md
|
||||
index: 2026-05-19-tool-terminal/.pi-map.index.md
|
||||
map: 2026-05-19-tool-terminal/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- config.yaml
|
||||
## links
|
||||
index: archive/2026-05-19-tool-terminal/.openspec/.pi-map.index.md
|
||||
map: archive/2026-05-19-tool-terminal/.openspec/.pi-map.md
|
||||
index: 2026-05-19-tool-terminal/.openspec/.pi-map.index.md
|
||||
map: 2026-05-19-tool-terminal/.openspec/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-19-tool-terminal/.openspec
|
||||
dir: archive/2026-05-19-tool-terminal/.openspec
|
||||
# 2026-05-19-tool-terminal/.openspec
|
||||
dir: 2026-05-19-tool-terminal/.openspec
|
||||
|
||||
index: archive/2026-05-19-tool-terminal/.openspec/.pi-map.index.md
|
||||
index: 2026-05-19-tool-terminal/.openspec/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines an OpenAPI-style specification for a tool-terminal component configuration.
|
||||
Defines the OpenAPI specification configuration for the tool-terminal component.
|
||||
## files
|
||||
- config.yaml | Defines a basic configuration file specifying a schema type and name for a tool-terminal component.
|
||||
## arch
|
||||
Declarative schema configuration using YAML for component metadata definition.
|
||||
Simple declarative configuration using YAML for schema metadata definition.
|
||||
## tags
|
||||
config, defines, basic, configuration, specifying, schema, type, name
|
||||
## symbols
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
# archive/2026-05-19-tool-terminal (index)
|
||||
dir: archive/2026-05-19-tool-terminal
|
||||
# 2026-05-19-tool-terminal (index)
|
||||
dir: 2026-05-19-tool-terminal
|
||||
|
||||
## role
|
||||
Archive directory containing historical design documents for a browser-based Docker container terminal feature using WebSocket streaming.
|
||||
Implements a browser-based terminal interface for Docker containers using WebSocket bidirectional streaming with xterm.js frontend and docker exec PTY backend.
|
||||
## parent
|
||||
index: archive/.pi-map.index.md
|
||||
map: archive/.pi-map.md
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
## children
|
||||
- archive/2026-05-19-tool-terminal/.openspec
|
||||
index: archive/2026-05-19-tool-terminal/.openspec/.pi-map.index.md
|
||||
map: archive/2026-05-19-tool-terminal/.openspec/.pi-map.md
|
||||
- archive/2026-05-19-tool-terminal/specs
|
||||
index: archive/2026-05-19-tool-terminal/specs/.pi-map.index.md
|
||||
map: archive/2026-05-19-tool-terminal/specs/.pi-map.md
|
||||
- 2026-05-19-tool-terminal/.openspec
|
||||
index: 2026-05-19-tool-terminal/.openspec/.pi-map.index.md
|
||||
map: 2026-05-19-tool-terminal/.openspec/.pi-map.md
|
||||
- 2026-05-19-tool-terminal/specs
|
||||
index: 2026-05-19-tool-terminal/specs/.pi-map.index.md
|
||||
map: 2026-05-19-tool-terminal/specs/.pi-map.md
|
||||
## files
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: archive/2026-05-19-tool-terminal/.pi-map.index.md
|
||||
map: archive/2026-05-19-tool-terminal/.pi-map.md
|
||||
index: 2026-05-19-tool-terminal/.pi-map.index.md
|
||||
map: 2026-05-19-tool-terminal/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# archive/2026-05-19-tool-terminal
|
||||
dir: archive/2026-05-19-tool-terminal
|
||||
# 2026-05-19-tool-terminal
|
||||
dir: 2026-05-19-tool-terminal
|
||||
|
||||
index: archive/2026-05-19-tool-terminal/.pi-map.index.md
|
||||
index: 2026-05-19-tool-terminal/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive directory containing historical design documents for a browser-based Docker container terminal feature using WebSocket streaming.
|
||||
Implements a browser-based terminal interface for Docker containers using WebSocket bidirectional streaming with xterm.js frontend and docker exec PTY backend.
|
||||
## files
|
||||
- design.md | Design document specifying a web-based terminal interface for Docker containers using WebSocket bidirectional streaming with xterm.js frontend and docker exec PTY backend. | dep: WebSocket, Docker, xterm.js, asyncio, subprocess, fcntl, xterm-addon-fit, xterm-addon-web-links
|
||||
- proposal.md | Proposes a browser-based terminal access system for Docker containers via WebSocket | dep: Docker, WebSocket, xterm.js, pseudo-TTY/PTY
|
||||
- tasks.md | Project task tracking document for implementing a WebSocket-based terminal feature using xterm.js and Docker exec | dep: FastAPI, WebSocket, asyncio-subprocess, xterm.js, xterm-addon-fit, xterm-addon-web-links, docker, PTY, React/Next.js
|
||||
## arch
|
||||
WebSocket bidirectional architecture with xterm.js frontend, docker exec PTY backend, and full-duplex streaming for browser-based container shell access.
|
||||
Client-server architecture with WebSocket for real-time bidirectional communication, xterm.js for terminal emulation in the browser, and Docker exec API for PTY allocation to container processes.
|
||||
## tags
|
||||
xterm, docker, websocket, js, addon, design, web, terminal
|
||||
## symbols
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-19-tool-terminal/specs (index)
|
||||
dir: archive/2026-05-19-tool-terminal/specs
|
||||
# 2026-05-19-tool-terminal/specs (index)
|
||||
dir: 2026-05-19-tool-terminal/specs
|
||||
|
||||
## role
|
||||
Defines protocol specifications for browser-based terminal access to Docker containers
|
||||
Defines protocol specifications for browser-based remote terminal access to Docker containers
|
||||
## parent
|
||||
index: archive/2026-05-19-tool-terminal/.pi-map.index.md
|
||||
map: archive/2026-05-19-tool-terminal/.pi-map.md
|
||||
index: 2026-05-19-tool-terminal/.pi-map.index.md
|
||||
map: 2026-05-19-tool-terminal/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-19-tool-terminal/specs/.pi-map.index.md
|
||||
map: archive/2026-05-19-tool-terminal/specs/.pi-map.md
|
||||
index: 2026-05-19-tool-terminal/specs/.pi-map.index.md
|
||||
map: 2026-05-19-tool-terminal/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -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