fix: disable native touch panning on mobile terminal and archive specs
- Change mobile terminal CSS to use touch-action: none and overscroll-behavior: none so the custom touch handler owns swipes - Archive completed/partial OpenSpec specs to openspec/changes/archive/2026-06-14-completed-specs-archive/ - Regenerate project maps Quality gates: npm run typecheck, npm run lint (apps/web)
This commit is contained in:
+22
-22
@@ -1,31 +1,31 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs (index)
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs
|
||||
# 2026-05-22-instance-health-monitoring/specs (index)
|
||||
dir: 2026-05-22-instance-health-monitoring/specs
|
||||
|
||||
## role
|
||||
Contains historical specification documents for a May 2026 instance health monitoring feature, serving as archived design documentation.
|
||||
Contains specification documents defining requirements and design for the instance health monitoring feature.
|
||||
## parent
|
||||
index: archive/2026-05-22-instance-health-monitoring/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/.pi-map.md
|
||||
## children
|
||||
- archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.md
|
||||
- archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.md
|
||||
- archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.md
|
||||
- archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.md
|
||||
- archive/2026-05-22-instance-health-monitoring/specs/tool-instances
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.md
|
||||
- 2026-05-22-instance-health-monitoring/specs/instance-runtime-health
|
||||
index: 2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.md
|
||||
- 2026-05-22-instance-health-monitoring/specs/instance-startup-health
|
||||
index: 2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.md
|
||||
- 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration
|
||||
index: 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.md
|
||||
- 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery
|
||||
index: 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.md
|
||||
- 2026-05-22-instance-health-monitoring/specs/tool-instances
|
||||
index: 2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs
|
||||
# 2026-05-22-instance-health-monitoring/specs
|
||||
dir: 2026-05-22-instance-health-monitoring/specs
|
||||
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains historical specification documents for a May 2026 instance health monitoring feature, serving as archived design documentation.
|
||||
Contains specification documents defining requirements and design for the instance health monitoring feature.
|
||||
## files
|
||||
## arch
|
||||
Document-based architecture with date-versioned directory structure for preserving feature specifications outside active codebase.
|
||||
Documentation-as-code pattern using dated directories for version control and traceability of system specifications.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health (index)
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health
|
||||
# 2026-05-22-instance-health-monitoring/specs/instance-runtime-health (index)
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/instance-runtime-health
|
||||
|
||||
## role
|
||||
Defines requirements for monitoring container health states and synchronizing runtime status between instances and a central control plane.
|
||||
Defines health monitoring, polling, and container state synchronization requirements for a container/instance management system.
|
||||
## parent
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health
|
||||
# 2026-05-22-instance-health-monitoring/specs/instance-runtime-health
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/instance-runtime-health
|
||||
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.index.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/instance-runtime-health/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines requirements for monitoring container health states and synchronizing runtime status between instances and a central control plane.
|
||||
Defines health monitoring, polling, and container state synchronization requirements for a container/instance management system.
|
||||
## files
|
||||
- spec.md | Specification document defining health monitoring, polling, and container state synchronization requirements for a container/instance management system | dep: Docker, HTTP tunneling, REST API
|
||||
## arch
|
||||
Specification-driven design using polling-based health checks with state machine transitions for container lifecycle management.
|
||||
Specification-driven design using requirement documents to formalize system behavior before implementation.
|
||||
## tags
|
||||
container, spec, specification, document, defining, health, monitoring, polling
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health (index)
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health
|
||||
# 2026-05-22-instance-health-monitoring/specs/instance-startup-health (index)
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/instance-startup-health
|
||||
|
||||
## role
|
||||
Defines technical specifications for container health verification and lifecycle monitoring in a tool instance management system.
|
||||
Defines technical specifications for verifying container startup health and readiness in a Docker Compose-based tool instance management system.
|
||||
## parent
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health
|
||||
# 2026-05-22-instance-health-monitoring/specs/instance-startup-health
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/instance-startup-health
|
||||
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.index.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/instance-startup-health/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications for container health verification and lifecycle monitoring in a tool instance management system.
|
||||
Defines technical specifications for verifying container startup health and readiness in a Docker Compose-based tool instance management system.
|
||||
## files
|
||||
- spec.md | Defines requirements for container startup verification, readiness probe execution, and health monitoring for a tool instance management system using Docker Compose | dep: docker compose, docker ps, readiness probes, tunnels, health endpoints, database
|
||||
## arch
|
||||
Requirements-driven specification document using Docker Compose for container orchestration with startup probes, readiness checks, and health monitoring patterns.
|
||||
Specification-driven requirements document using prose-based standards with sections for overview, requirements, and implementation notes, targeting integration with Docker Compose health check mechanisms and container orchestration patterns.
|
||||
## tags
|
||||
spec, defines, requirements, container, startup, verification, readiness, probe
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration (index)
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration
|
||||
# 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration (index)
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration
|
||||
|
||||
## role
|
||||
Defines technical specifications for integrating container readiness probes into instance health monitoring during startup.
|
||||
Defines technical specifications for Kubernetes-style readiness probe integration to determine container startup health state
|
||||
## parent
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration
|
||||
# 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration
|
||||
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.index.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/readiness-probe-integration/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications for integrating container readiness probes into instance health monitoring during startup.
|
||||
Defines technical specifications for Kubernetes-style readiness probe integration to determine container startup health state
|
||||
## files
|
||||
- spec.md | Defines requirements for container readiness probe configuration, execution, and result storage during instance startup | dep: docker, container orchestration, health endpoint, logging system
|
||||
## arch
|
||||
Specification-driven design using requirements documentation as the single source of truth for probe configuration, execution, and result storage behavior.
|
||||
Specification-driven requirements document using markdown-based technical specification pattern with functional requirements decomposition
|
||||
## tags
|
||||
spec, defines, requirements, container, readiness, probe, configuration, execution
|
||||
## symbols
|
||||
|
||||
+6
-6
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery (index)
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery
|
||||
# 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery (index)
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery
|
||||
|
||||
## role
|
||||
Defines requirements for distinguishing network tunnel failures from application-level errors in a health monitoring system to enable appropriate recovery strategies and user-facing behaviors.
|
||||
## parent
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+4
-4
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery
|
||||
# 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery
|
||||
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.index.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/smart-tunnel-recovery/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines requirements for distinguishing network tunnel failures from application-level errors in a health monitoring system to enable appropriate recovery strategies and user-facing behaviors.
|
||||
## files
|
||||
- spec.md | Specifies requirements for classifying tunnel failures versus application errors in a health check system with different UI behaviors and recovery actions.
|
||||
## arch
|
||||
Specification-driven design using requirement-based decomposition with clear separation between failure classification logic, UI state mapping, and recovery action orchestration.
|
||||
Specification-driven design using requirement decomposition with clear separation between failure classification logic, UI state transitions, and automated recovery action definitions.
|
||||
## tags
|
||||
spec, specifies, requirements, classifying, tunnel, failures, versus, application
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/tool-instances (index)
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/tool-instances
|
||||
# 2026-05-22-instance-health-monitoring/specs/tool-instances (index)
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/tool-instances
|
||||
|
||||
## role
|
||||
Defines system requirements for container health monitoring and tunnel management capabilities in the tool instances infrastructure.
|
||||
Defines system requirements for container health monitoring and automatic tunnel recovery mechanisms.
|
||||
## parent
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.index.md
|
||||
map: 2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-22-instance-health-monitoring/specs/tool-instances
|
||||
dir: archive/2026-05-22-instance-health-monitoring/specs/tool-instances
|
||||
# 2026-05-22-instance-health-monitoring/specs/tool-instances
|
||||
dir: 2026-05-22-instance-health-monitoring/specs/tool-instances
|
||||
|
||||
index: archive/2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.index.md
|
||||
index: 2026-05-22-instance-health-monitoring/specs/tool-instances/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines system requirements for container health monitoring and tunnel management capabilities in the tool instances infrastructure.
|
||||
Defines system requirements for container health monitoring and automatic tunnel recovery mechanisms.
|
||||
## files
|
||||
- spec.md | Defines modified and added system requirements for container status monitoring, health check endpoints, and smart tunnel recreation logic.
|
||||
## arch
|
||||
Requirements specification document using structured markdown with modified/added requirement tracking for incremental system capability definition.
|
||||
Requirements specification document following structured system specification pattern with functional requirements for monitoring, health checking, and self-healing infrastructure.
|
||||
## tags
|
||||
spec, defines, modified, added, system, requirements, container, status
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user