chore: track all project map and index files

Add generated .pi-map.md and .pi-map.index.md files across the repository
so the project navigation maps are shared and versioned. These artifacts
are maintained by project_map_init/patch/validate and must be kept in
sync with source edits.

Note: .cache/ remains ignored (added in previous commit).
This commit is contained in:
Developer
2026-06-12 13:46:23 +00:00
parent 44ef62271e
commit 070cd4d5a5
642 changed files with 14785 additions and 0 deletions
@@ -0,0 +1,19 @@
# openspec/changes/archive/2026-05-19-tool-terminal/.openspec (index)
dir: openspec/changes/archive/2026-05-19-tool-terminal/.openspec
## role
Defines a versioned schema configuration for a tool-terminal component in the OpenSpec changes archive.
## parent
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: 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
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2026-05-19-tool-terminal/.openspec
dir: openspec/changes/archive/2026-05-19-tool-terminal/.openspec
index: openspec/changes/archive/2026-05-19-tool-terminal/.openspec/.pi-map.index.md
## role
Defines a versioned schema configuration for a tool-terminal component in the OpenSpec changes archive.
## files
- config.yaml | Defines a basic configuration file specifying a schema type and name for a tool-terminal component.
## arch
Simple declarative configuration using YAML with schema type and name key-value pairs, following a dated archival directory structure for change tracking.
## tags
config, defines, basic, configuration, specifying, schema, type, name
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,26 @@
# openspec/changes/archive/2026-05-19-tool-terminal (index)
dir: openspec/changes/archive/2026-05-19-tool-terminal
## role
Design and planning documentation for a browser-based terminal interface feature enabling WebSocket-connected Docker container exec access.
## parent
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
## children
- 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: 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
-
@@ -0,0 +1,21 @@
# openspec/changes/archive/2026-05-19-tool-terminal
dir: openspec/changes/archive/2026-05-19-tool-terminal
index: openspec/changes/archive/2026-05-19-tool-terminal/.pi-map.index.md
## role
Design and planning documentation for a browser-based terminal interface feature enabling WebSocket-connected Docker container exec 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
## arch
WebSocket bidirectional streaming architecture with xterm.js frontend terminal emulator, Docker exec PTY backend, and task-tracked phased implementation planning.
## tags
xterm, docker, websocket, js, addon, design, web, terminal
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2026-05-19-tool-terminal/specs (index)
dir: openspec/changes/archive/2026-05-19-tool-terminal/specs
## role
Defines a WebSocket-based terminal protocol specification for browser-based interactive shell sessions in Docker containers.
## parent
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: 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
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2026-05-19-tool-terminal/specs
dir: openspec/changes/archive/2026-05-19-tool-terminal/specs
index: openspec/changes/archive/2026-05-19-tool-terminal/specs/.pi-map.index.md
## role
Defines a WebSocket-based terminal protocol specification for browser-based interactive shell sessions in 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
Specification-driven protocol design using Markdown documentation with WebSocket transport, terminal emulation, and container runtime integration patterns.
## tags
xterm, addon, spec, defines, websocket, terminal, specification, spawning
## symbols
-
## workflows
-
## dirty
-