chore(project-map): regenerate .pi-map artifacts across the repo

This commit is contained in:
Developer
2026-06-17 11:31:24 +00:00
parent 0dd5f2317b
commit 93da9b42a2
683 changed files with 5075 additions and 4965 deletions
@@ -1,18 +1,18 @@
# 2026-05-19-tool-terminal
dir: 2026-05-19-tool-terminal
# openspec/changes/archive/2026-05-19-tool-terminal
dir: openspec/changes/archive/2026-05-19-tool-terminal
index: 2026-05-19-tool-terminal/.pi-map.index.md
index: openspec/changes/archive/2026-05-19-tool-terminal/.pi-map.index.md
## role
Implements a browser-based terminal interface for Docker containers using WebSocket bidirectional streaming with xterm.js frontend and docker exec PTY backend.
Design and planning documents for a browser-based terminal interface feature enabling WebSocket-connected Docker container access.
## 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
- design.md | Design document for a browser-based terminal interface that connects to Docker containers via WebSocket | dep: docker, asyncio, subprocess, fcntl, xterm.js, xterm-addon-fit, xterm-addon-web-links
- proposal.md | Proposes a browser-based terminal access solution for Docker containers via WebSocket | dep: Docker, WebSocket, xterm.js, Pseudo-TTY
- tasks.md | Project task list tracking implementation of a WebSocket-based browser terminal for Docker container instances using xterm.js and FastAPI. | dep: FastAPI, WebSocket, xterm.js, xterm-addon-fit, xterm-addon-web-links, asyncio-subprocess, docker, React/Next.js
## arch
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.
Document-driven specification package using markdown-based design proposals, technical design docs, and task tracking for a WebSocket/xterm.js/FastAPI terminal implementation.
## tags
xterm, docker, websocket, js, addon, design, web, terminal
xterm, docker, websocket, js, addon, design, browser, terminal
## symbols
-
## workflows