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:
@@ -0,0 +1,24 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes (index)
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes
|
||||
|
||||
## role
|
||||
Archive directory preserving historical design documents and task tracking for a session management system improvement initiative that used temporary Cloudflare tunnels.
|
||||
## parent
|
||||
index: openspec/changes/archive/.pi-map.index.md
|
||||
map: openspec/changes/archive/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/archive/2026-05-22-session-management-fixes/specs
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,22 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive directory preserving historical design documents and task tracking for a session management system improvement initiative that used temporary Cloudflare tunnels.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenAPI specification configuration file with schema type and creation date metadata
|
||||
- design.md | Design document for UX and reliability improvements to a session management system using temporary Cloudflare tunnels | dep: React, Cloudflare (cloudflared), HTTP/polling, backend API, database
|
||||
- proposal.md | Proposes UX and reliability improvements for session management UI including confirmation dialogs, state fixes, tunnel health monitoring, and tunnel recreation capabilities | dep: React, Cloudflare tunnels, Docker, tool_instances API, sessions API
|
||||
- tasks.md | Project task tracking document listing completed backend and frontend development tasks for tunnel management features in a Docker-based application | dep: docker.py, tool_instances.py, sessions.ts, ToolInstance model, SessionsPage, InstanceList
|
||||
## arch
|
||||
Specification-driven development with OpenAPI configuration, phased proposal-to-implementation workflow (design → proposal → tasks), and feature-flagged tunnel management in containerized infrastructure.
|
||||
## tags
|
||||
design, management, tunnel, docker, tasks, .openspec, document, reliability
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,26 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes/specs (index)
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes/specs
|
||||
|
||||
## role
|
||||
Contains archived specification documents for session management fixes from a May 2026 release, serving as historical documentation for past API design decisions.
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux/.pi-map.md
|
||||
- openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances/.pi-map.md
|
||||
- openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,18 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes/specs
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes/specs
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains archived specification documents for session management fixes from a May 2026 release, serving as historical documentation for past API design decisions.
|
||||
## files
|
||||
## arch
|
||||
Flat directory structure storing dated specification snapshots with no active code or architectural patterns—purely document archival using filesystem-based versioning.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux (index)
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux
|
||||
|
||||
## role
|
||||
Defines UX requirements for session lifecycle management including stop confirmations and deletion feedback
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/session-lifecycle-ux/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines UX requirements for session lifecycle management including stop confirmations and deletion feedback
|
||||
## files
|
||||
- spec.md | Defines software requirements for session management UI behaviors including stop confirmation dialogs and immediate deletion updates
|
||||
## arch
|
||||
Specification-driven requirements document using markdown-based software specification pattern with behavioral scenario definitions
|
||||
## tags
|
||||
spec, defines, software, requirements, session, management, behaviors, including
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances (index)
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances
|
||||
|
||||
## role
|
||||
Specifies requirements for a tool lifecycle management system handling Docker Compose deployment, Cloudflare tunneling, and health monitoring.
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tool-instances/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Specifies requirements for a tool lifecycle management system handling Docker Compose deployment, Cloudflare tunneling, and health monitoring.
|
||||
## files
|
||||
- spec.md | Defines modified and added requirements for a tool lifecycle management system with Docker Compose, Cloudflare tunneling, and health monitoring capabilities. | dep: Docker Compose, cloudflared, Cloudflare tunnel API, HTTP health check client
|
||||
## arch
|
||||
Specification-driven architecture using markdown-based requirements documents with sections for modified requirements, added requirements, and detailed capability definitions for container orchestration, networking, and observability.
|
||||
## tags
|
||||
spec, defines, modified, added, requirements, tool, lifecycle, management
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring (index)
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring
|
||||
|
||||
## role
|
||||
Defines specifications for automated health monitoring and recovery of cloudflared tunnels attached to running instances.
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring
|
||||
dir: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-session-management-fixes/specs/tunnel-health-monitoring/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines specifications for automated health monitoring and recovery of cloudflared tunnels attached to running instances.
|
||||
## files
|
||||
- spec.md | Defines requirements for monitoring and recreating cloudflared tunnels for running instances | dep: cloudflared, HTTP health checks, UI components
|
||||
## arch
|
||||
Requirements specification document using markdown-based technical specification pattern with functional requirements for tunnel state detection, failure handling, and tunnel recreation workflows.
|
||||
## tags
|
||||
cloudflared, spec, defines, requirements, monitoring, recreating, tunnels, running
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
Reference in New Issue
Block a user