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/.openspec (index)
dir: 2026-05-19-tool-terminal/.openspec
# openspec/changes/archive/2026-05-19-tool-terminal/.openspec (index)
dir: openspec/changes/archive/2026-05-19-tool-terminal/.openspec
## role
Defines the OpenAPI specification configuration for the tool-terminal component.
Defines an archived OpenSpec configuration schema for a tool-terminal component dated 2026-05-19.
## parent
index: 2026-05-19-tool-terminal/.pi-map.index.md
map: 2026-05-19-tool-terminal/.pi-map.md
index: openspec/changes/archive/2026-05-19-tool-terminal/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-tool-terminal/.pi-map.md
## children
-
## files
- config.yaml
## links
index: 2026-05-19-tool-terminal/.openspec/.pi-map.index.md
map: 2026-05-19-tool-terminal/.openspec/.pi-map.md
index: openspec/changes/archive/2026-05-19-tool-terminal/.openspec/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-tool-terminal/.openspec/.pi-map.md
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# 2026-05-19-tool-terminal/.openspec
dir: 2026-05-19-tool-terminal/.openspec
# openspec/changes/archive/2026-05-19-tool-terminal/.openspec
dir: openspec/changes/archive/2026-05-19-tool-terminal/.openspec
index: 2026-05-19-tool-terminal/.openspec/.pi-map.index.md
index: openspec/changes/archive/2026-05-19-tool-terminal/.openspec/.pi-map.index.md
## role
Defines the OpenAPI specification configuration for the tool-terminal component.
Defines an archived OpenSpec configuration schema for a tool-terminal component dated 2026-05-19.
## files
- config.yaml | Defines a basic configuration file specifying a schema type and name for a tool-terminal component.
- config.yaml | Defines a configuration file specifying a schema type and name for a tool-terminal component.
## arch
Simple declarative configuration using YAML for schema metadata definition.
Simple declarative schema configuration using YAML with type/name metadata pattern for component specification.
## tags
config, defines, basic, configuration, specifying, schema, type, name
config, defines, configuration, specifying, schema, type, name, tool
## symbols
-
## workflows
@@ -1,25 +1,25 @@
# 2026-05-19-tool-terminal (index)
dir: 2026-05-19-tool-terminal
# openspec/changes/archive/2026-05-19-tool-terminal (index)
dir: openspec/changes/archive/2026-05-19-tool-terminal
## 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.
## parent
index: ./.pi-map.index.md
map: ./.pi-map.md
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
## children
- 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
- openspec/changes/archive/2026-05-19-tool-terminal/.openspec
index: openspec/changes/archive/2026-05-19-tool-terminal/.openspec/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-tool-terminal/.openspec/.pi-map.md
- openspec/changes/archive/2026-05-19-tool-terminal/specs
index: openspec/changes/archive/2026-05-19-tool-terminal/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-tool-terminal/specs/.pi-map.md
## files
- design.md
- proposal.md
- tasks.md
## links
index: 2026-05-19-tool-terminal/.pi-map.index.md
map: 2026-05-19-tool-terminal/.pi-map.md
index: openspec/changes/archive/2026-05-19-tool-terminal/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-tool-terminal/.pi-map.md
## workflows
-
## dirty
@@ -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
@@ -1,18 +1,18 @@
# 2026-05-19-tool-terminal/specs (index)
dir: 2026-05-19-tool-terminal/specs
# openspec/changes/archive/2026-05-19-tool-terminal/specs (index)
dir: openspec/changes/archive/2026-05-19-tool-terminal/specs
## role
Defines protocol specifications for browser-based remote terminal access to Docker containers
Defines specifications for a browser-based terminal interface to Docker containers using WebSocket communication
## parent
index: 2026-05-19-tool-terminal/.pi-map.index.md
map: 2026-05-19-tool-terminal/.pi-map.md
index: openspec/changes/archive/2026-05-19-tool-terminal/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-tool-terminal/.pi-map.md
## children
-
## files
- spec.md
## links
index: 2026-05-19-tool-terminal/specs/.pi-map.index.md
map: 2026-05-19-tool-terminal/specs/.pi-map.md
index: openspec/changes/archive/2026-05-19-tool-terminal/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-tool-terminal/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# 2026-05-19-tool-terminal/specs
dir: 2026-05-19-tool-terminal/specs
# openspec/changes/archive/2026-05-19-tool-terminal/specs
dir: openspec/changes/archive/2026-05-19-tool-terminal/specs
index: 2026-05-19-tool-terminal/specs/.pi-map.index.md
index: openspec/changes/archive/2026-05-19-tool-terminal/specs/.pi-map.index.md
## role
Defines protocol specifications for browser-based remote terminal access to Docker containers
Defines specifications for a browser-based terminal interface to Docker containers using WebSocket communication
## 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
- spec.md | Specifies a WebSocket-based terminal system for spawning interactive shells in Docker containers via browser-based xterm.js terminals | dep: FastAPI, asyncio, docker CLI, xterm.js, xterm-addon-fit, xterm-addon-web-links
## arch
Markdown-based specification document using WebSocket transport protocol with Docker container runtime integration
Protocol specification document defining WebSocket message framing, xterm.js integration, and bidirectional shell I/O streaming architecture
## tags
xterm, addon, spec, defines, websocket, terminal, specification, spawning
xterm, addon, spec, specifies, websocket, terminal, system, spawning
## symbols
-
## workflows