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
+7 -7
View File
@@ -1,11 +1,11 @@
# openspec/designs (index)
dir: openspec/designs
# designs (index)
dir: designs
## role
Design document repository for architectural specifications and technical planning of containerized development environment features.
Contains architectural design documents specifying features for containerized development environments, mount configurations, and terminal infrastructure.
## parent
index: openspec/.pi-map.index.md
map: openspec/.pi-map.md
index: ./.pi-map.index.md
map: ./.pi-map.md
## children
-
## files
@@ -16,8 +16,8 @@ map: openspec/.pi-map.md
- tool-container-home-directory.md
- tool-definition-manifest.md
## links
index: openspec/designs/.pi-map.index.md
map: openspec/designs/.pi-map.md
index: designs/.pi-map.index.md
map: designs/.pi-map.md
## workflows
-
## dirty
+5 -5
View File
@@ -1,10 +1,10 @@
# openspec/designs
dir: openspec/designs
# designs
dir: designs
index: openspec/designs/.pi-map.index.md
index: designs/.pi-map.index.md
## role
Design document repository for architectural specifications and technical planning of containerized development environment features.
Contains architectural design documents specifying features for containerized development environments, mount configurations, and terminal infrastructure.
## files
- config-profile-multi-repo-mounts.md | Design document for extending git mount configuration to support multiple source-to-target mappings per repository in a config profile system. | dep: JSONB, Python, TypeScript, React, os.path, glob expansion, config profile API, tool instances API
- home-path-expansion.md | Design document for implementing `~` and `$HOME` expansion in container mount paths based on manifest user configuration | dep: config_profile_resolver.py, manifest_compiler.py, tool_instances.py, os
@@ -13,7 +13,7 @@ Design document repository for architectural specifications and technical planni
- tool-container-home-directory.md | Proposes a design for standardizing tool container home directories to `/home/user` with configurable paths, meaningful repo mounts, and backward-compatible `/workspace` symlinks. | dep: ToolType model, manifest schema, Alembic, Docker/dockerfile, compose, config-profile mounts, git mounts, entrypoint permission fixer, home-path-expansion
- tool-definition-manifest.md | Defines a system for creating, validating, and compiling tool definition manifests into Dockerfiles, Docker Compose files, and entrypoint scripts for containerized development environments. | dep: Docker, PostgreSQL, Python (json, hashlib, shlex, yaml, subprocess), JSON Schema, deb/nodesource package repositories
## arch
Markdown-based RFC-style design documents covering configuration systems, container filesystem layout, terminal I/O architecture, and Docker toolchain generation with emphasis on backward compatibility and incremental feature rollout.
Design-driven specification pattern using Markdown RFCs covering config systems, path resolution, mount ordering, async I/O with WebSocket/WebGL, and container manifest compilation pipelines.
## tags
home, py, docker, tool, design, path, mounts, mount
## symbols