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,19 +1,19 @@
# 2026-05-22-instance-health-monitoring
dir: 2026-05-22-instance-health-monitoring
# openspec/changes/archive/2026-05-22-instance-health-monitoring
dir: openspec/changes/archive/2026-05-22-instance-health-monitoring
index: 2026-05-22-instance-health-monitoring/.pi-map.index.md
index: openspec/changes/archive/2026-05-22-instance-health-monitoring/.pi-map.index.md
## role
Design and planning package for improving instance health monitoring in a container-based tunnel service, covering architecture proposals, implementation tasks, and OpenSpec configuration.
OpenSpec specification package defining architectural improvements for container instance health monitoring and auto-recovery in a tunnel service system
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- design.md | Design document for improving instance health monitoring by distinguishing container health from tunnel health, integrating readiness probes, and preventing false-positive tunnel recreation | dep: Docker, Docker Compose, cloudflared, Docker API, Python, JSON, HTTP/REST API, WebSocket (mentioned as non-goal), database (tool_types table)
- proposal.md | Proposes architectural improvements to instance health monitoring, startup verification, and auto-recovery for a container-based tunnel service. | dep: Docker, docker compose, Docker API, React/Next.js (frontend), Python API backend
- tasks.md | Tracks completed backend and frontend tasks for implementing container startup verification, readiness probes, health checks, smart tunnel recovery, and status display UI | dep: Docker, docker compose, curl, ruff, mypy, tsc, FastAPI/Flask (implied by api/tool_instances.py), React/Vue (implied by frontend components)
- design.md | Design document for improving container instance health monitoring by distinguishing container health from tunnel health and integrating readiness probes into startup flow | dep: Docker, docker compose, cloudflared, Docker API, HTTP/tunnel networking, ToolType model
- proposal.md | Proposes architectural improvements to instance health monitoring, startup verification, and auto-recovery for a container-based tunnel service | dep: Docker, docker compose, Docker API, React/TypeScript frontend, REST API
- tasks.md | Project task checklist tracking backend and frontend implementation for container startup verification, readiness probes, health checks, tunnel recovery, and status display | dep: Docker, Docker Compose, Python (FastAPI), TypeScript/React, curl, ruff, mypy, tsc
## arch
Documentation-driven design with structured specifications (OpenSpec YAML), phased architectural proposals (design/proposal docs), and task-tracked implementation covering health check separation, readiness probes, and smart auto-recovery patterns.
Specification-driven design using OpenSpec schema with phased implementation tracking (proposaldesign → tasks), separating container health from tunnel health concerns and integrating Kubernetes-style readiness probes into startup flow
## tags
health, tunnel, design, container, docker, docker compose, tasks, .openspec
health, container, design, tunnel, startup, docker, docker compose, .openspec
## symbols
-
## workflows