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:
+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
|
||||
|
||||
Reference in New Issue
Block a user