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,23 +1,23 @@
# archive/2026-05-22-tool-config-management (index)
dir: archive/2026-05-22-tool-config-management
# 2026-05-22-tool-config-management (index)
dir: 2026-05-22-tool-config-management
## role
Designs and tracks implementation of a per-user/per-project tool configuration management system with environment variables and file-based configs for containerized development tools.
Designs and tracks implementation of a flexible tool configuration management system for containerized development tools with user-global and project-scoped environment variables and file-based configurations.
## parent
index: archive/.pi-map.index.md
map: archive/.pi-map.md
index: ./.pi-map.index.md
map: ./.pi-map.md
## children
- archive/2026-05-22-tool-config-management/specs
index: archive/2026-05-22-tool-config-management/specs/.pi-map.index.md
map: archive/2026-05-22-tool-config-management/specs/.pi-map.md
- 2026-05-22-tool-config-management/specs
index: 2026-05-22-tool-config-management/specs/.pi-map.index.md
map: 2026-05-22-tool-config-management/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: archive/2026-05-22-tool-config-management/.pi-map.index.md
map: archive/2026-05-22-tool-config-management/.pi-map.md
index: 2026-05-22-tool-config-management/.pi-map.index.md
map: 2026-05-22-tool-config-management/.pi-map.md
## workflows
-
## dirty
@@ -1,17 +1,17 @@
# archive/2026-05-22-tool-config-management
dir: archive/2026-05-22-tool-config-management
# 2026-05-22-tool-config-management
dir: 2026-05-22-tool-config-management
index: archive/2026-05-22-tool-config-management/.pi-map.index.md
index: 2026-05-22-tool-config-management/.pi-map.index.md
## role
Designs and tracks implementation of a per-user/per-project tool configuration management system with environment variables and file-based configs for containerized development tools.
Designs and tracks implementation of a flexible tool configuration management system for containerized development tools with user-global and project-scoped environment variables and file-based configurations.
## files
- .openspec.yaml | Defines an OpenAPI specification configuration file with schema type and creation date metadata
- design.md | Design document for implementing a flexible tool configuration system with user-global and project-scoped env vars and file-based configs for containerized tools
- proposal.md | Proposes a feature to add per-user/per-project tool configuration management with categorization and container mounting for a development tools platform. | dep: database, container-runtime, API, frontend
- tasks.md | Project task checklist tracking implementation of tool configuration system with database models, backend APIs, frontend UI, and OpenCode integration
## arch
Documentation-driven design using markdown specs (design.md, proposal.md) with task tracking (tasks.md) and OpenAPI schema configuration (.openspec.yaml), following a phased implementation approach across database, backend API, frontend UI, and external integration layers.
Specification-driven development using OpenAPI standards, phased implementation tracking (database → backend → frontend → IDE integration), and hierarchical configuration scoping (user-global vs project-specific) with container mount integration.
## tags
configuration, design, tool, project, .openspec, system, user, tools
## symbols
@@ -1,19 +1,19 @@
# archive/2026-05-22-tool-config-management/specs (index)
dir: archive/2026-05-22-tool-config-management/specs
# 2026-05-22-tool-config-management/specs (index)
dir: 2026-05-22-tool-config-management/specs
## role
Contains specification documents for a tool configuration management system dated May 22, 2026.
Contains specification documents defining requirements and design for a tool configuration management system.
## parent
index: archive/2026-05-22-tool-config-management/.pi-map.index.md
map: archive/2026-05-22-tool-config-management/.pi-map.md
index: 2026-05-22-tool-config-management/.pi-map.index.md
map: 2026-05-22-tool-config-management/.pi-map.md
## children
- archive/2026-05-22-tool-config-management/specs/tool-config-management
index: archive/2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.index.md
map: archive/2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.md
- 2026-05-22-tool-config-management/specs/tool-config-management
index: 2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.index.md
map: 2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.md
## files
## links
index: archive/2026-05-22-tool-config-management/specs/.pi-map.index.md
map: archive/2026-05-22-tool-config-management/specs/.pi-map.md
index: 2026-05-22-tool-config-management/specs/.pi-map.index.md
map: 2026-05-22-tool-config-management/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# archive/2026-05-22-tool-config-management/specs
dir: archive/2026-05-22-tool-config-management/specs
# 2026-05-22-tool-config-management/specs
dir: 2026-05-22-tool-config-management/specs
index: archive/2026-05-22-tool-config-management/specs/.pi-map.index.md
index: 2026-05-22-tool-config-management/specs/.pi-map.index.md
## role
Contains specification documents for a tool configuration management system dated May 22, 2026.
Contains specification documents defining requirements and design for a tool configuration management system.
## files
## arch
Documentation/specification-driven architecture with dated archive organization for historical tracking of configuration management requirements.
Documentation-driven specification pattern using dated directory organization to track evolving system requirements over time.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# archive/2026-05-22-tool-config-management/specs/tool-config-management (index)
dir: archive/2026-05-22-tool-config-management/specs/tool-config-management
# 2026-05-22-tool-config-management/specs/tool-config-management (index)
dir: 2026-05-22-tool-config-management/specs/tool-config-management
## role
Defines system requirements for managing user-scoped tool configurations with environment/file types, tool categorization, and built-in OpenCode tool support
Defines system requirements for user-scoped tool configurations, environment/file config types, tool categorization with interfaces, and built-in OpenCode tool support
## parent
index: archive/2026-05-22-tool-config-management/specs/.pi-map.index.md
map: archive/2026-05-22-tool-config-management/specs/.pi-map.md
index: 2026-05-22-tool-config-management/specs/.pi-map.index.md
map: 2026-05-22-tool-config-management/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.index.md
map: archive/2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.md
index: 2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.index.md
map: 2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2026-05-22-tool-config-management/specs/tool-config-management
dir: archive/2026-05-22-tool-config-management/specs/tool-config-management
# 2026-05-22-tool-config-management/specs/tool-config-management
dir: 2026-05-22-tool-config-management/specs/tool-config-management
index: archive/2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.index.md
index: 2026-05-22-tool-config-management/specs/tool-config-management/.pi-map.index.md
## role
Defines system requirements for managing user-scoped tool configurations with environment/file types, tool categorization, and built-in OpenCode tool support
Defines system requirements for user-scoped tool configurations, environment/file config types, tool categorization with interfaces, and built-in OpenCode tool support
## files
- spec.md | Defines system requirements for user-scoped tool configurations, environment/file config types, tool categorization with interfaces, and built-in OpenCode tool support
## arch
Specification-driven architecture using requirements documents to define configuration management patterns, tool interfaces, and extensible tool categorization system
Specification-driven architecture using markdown-based requirements documentation with interface definitions for tool configuration management
## tags
tool, spec, defines, system, requirements, user, scoped, configurations
## symbols