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,24 @@
# openspec/changes/persistent-terminal-sessions (index)
dir: openspec/changes/persistent-terminal-sessions
## role
Defines requirements and architecture for persistent WebSocket terminal sessions that maintain shell state across reconnections without spawning new docker exec processes.
## parent
index: openspec/changes/.pi-map.index.md
map: openspec/changes/.pi-map.md
## children
- openspec/changes/persistent-terminal-sessions/specs
index: openspec/changes/persistent-terminal-sessions/specs/.pi-map.index.md
map: openspec/changes/persistent-terminal-sessions/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: openspec/changes/persistent-terminal-sessions/.pi-map.index.md
map: openspec/changes/persistent-terminal-sessions/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,22 @@
# openspec/changes/persistent-terminal-sessions
dir: openspec/changes/persistent-terminal-sessions
index: openspec/changes/persistent-terminal-sessions/.pi-map.index.md
## role
Defines requirements and architecture for persistent WebSocket terminal sessions that maintain shell state across reconnections without spawning new docker exec processes.
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema version and creation date metadata
- design.md | Design document for implementing persistent terminal sessions that survive WebSocket disconnections while maintaining shell state and allowing reconnection to the same docker exec process. | dep: TerminalManager, TerminalSession, WebSocket, docker exec, PTY
- proposal.md | Proposes architectural changes to make WebSocket terminal sessions persistent across reconnections instead of spawning new docker exec processes each time | dep: docker exec, WebSocket, TerminalManager, terminal_session.py, terminal.tsx, use-terminal.ts
- tasks.md | This file is a project task list tracking the implementation of persistent terminal sessions with WebSocket reconnection, reset functionality, and idle timeout management across backend and frontend components. | dep: TerminalSession, TerminalManager, WebSocket, docker exec, API endpoints, frontend terminal component, terminal hook
## arch
Specification-driven design using OpenSpec schema with phased implementation (backend session state management, frontend reconnection logic, idle timeout handling) documented across design/proposal/task files.
## tags
websocket, terminal, design, persistent, sessions, terminalmanager, docker exec, .openspec
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,20 @@
# openspec/changes/persistent-terminal-sessions/specs (index)
dir: openspec/changes/persistent-terminal-sessions/specs
## role
Defines OpenAPI specifications for persistent terminal sessions feature
## parent
index: openspec/changes/persistent-terminal-sessions/.pi-map.index.md
map: openspec/changes/persistent-terminal-sessions/.pi-map.md
## children
- openspec/changes/persistent-terminal-sessions/specs/persistent-terminal
index: openspec/changes/persistent-terminal-sessions/specs/persistent-terminal/.pi-map.index.md
map: openspec/changes/persistent-terminal-sessions/specs/persistent-terminal/.pi-map.md
## files
## links
index: openspec/changes/persistent-terminal-sessions/specs/.pi-map.index.md
map: openspec/changes/persistent-terminal-sessions/specs/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,18 @@
# openspec/changes/persistent-terminal-sessions/specs
dir: openspec/changes/persistent-terminal-sessions/specs
index: openspec/changes/persistent-terminal-sessions/specs/.pi-map.index.md
## role
Defines OpenAPI specifications for persistent terminal sessions feature
## files
## arch
API-first design using OpenAPI/Swagger spec files to define REST endpoints before implementation
## tags
-
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/persistent-terminal-sessions/specs/persistent-terminal (index)
dir: openspec/changes/persistent-terminal-sessions/specs/persistent-terminal
## role
Defines requirements for persistent WebSocket terminal sessions with reconnection, output buffering, reset, and idle timeout capabilities
## parent
index: openspec/changes/persistent-terminal-sessions/specs/.pi-map.index.md
map: openspec/changes/persistent-terminal-sessions/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: openspec/changes/persistent-terminal-sessions/specs/persistent-terminal/.pi-map.index.md
map: openspec/changes/persistent-terminal-sessions/specs/persistent-terminal/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/persistent-terminal-sessions/specs/persistent-terminal
dir: openspec/changes/persistent-terminal-sessions/specs/persistent-terminal
index: openspec/changes/persistent-terminal-sessions/specs/persistent-terminal/.pi-map.index.md
## role
Defines requirements for persistent WebSocket terminal sessions with reconnection, output buffering, reset, and idle timeout capabilities
## files
- spec.md | Defines requirements for persistent WebSocket terminal sessions with reconnection, output buffering, reset, and idle timeout capabilities
## arch
Specification-driven design using markdown-based requirements documentation for a terminal session persistence feature
## tags
spec, defines, requirements, persistent, websocket, terminal, sessions, reconnection
## symbols
-
## workflows
-
## dirty
-