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:
Developer
2026-06-14 18:07:01 +00:00
parent 896674195c
commit c8db6ce933
580 changed files with 4678 additions and 4333 deletions
@@ -1,16 +1,16 @@
# archive/2026-05-22-tool-workshop/specs
dir: archive/2026-05-22-tool-workshop/specs
# 2026-05-22-tool-workshop/specs
dir: 2026-05-22-tool-workshop/specs
index: archive/2026-05-22-tool-workshop/specs/.pi-map.index.md
index: 2026-05-22-tool-workshop/specs/.pi-map.index.md
## role
Defines specifications and requirements for a unified Docker-based development tool management system with configuration mounting and health checking capabilities.
Defines technical specifications and requirements for a containerized development tool management system including configuration, lifecycle, and orchestration concerns.
## files
- config-folders.md | Defines requirements and design for a reusable config folder system that mounts user configuration files into tool instances with project-specific override support
- readiness-probes.md | Defines functional requirements and specifications for container readiness probes that determine when tool instances are fully initialized and marked as running. | dep: docker, pydantic/BaseModel, shell commands (curl, nc, pg_isready), JSON
- tool-workshop.md | Defines requirements and specifications for a unified tool management system that handles Docker-based development tools through type definitions, configurations, config folders, and readiness probes. | dep: Docker Compose, Dockerfile, container runtime, design.md
## arch
Documentation-driven specification architecture using modular requirement documents (config folders, readiness probes, tool workshop) that compose into a complete system design through hierarchical dependency (tool-workshop.md orchestrates config-folders.md and readiness-probes.md).
Specification-driven design with layered documentation architecture: base system spec (tool-workshop.md), and modular sub-specs (config-folders.md, readiness-probes.md) that decompose concerns into independently specified, composable components.
## tags
tool, config, readiness, probes, defines, requirements, folders, design
## symbols