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:
@@ -1,10 +1,10 @@
|
||||
# openspec/proposals
|
||||
dir: openspec/proposals
|
||||
# proposals
|
||||
dir: proposals
|
||||
|
||||
index: openspec/proposals/.pi-map.index.md
|
||||
index: proposals/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains architectural design proposals for extending and improving the OpenSpec project's container tooling, configuration, and terminal performance capabilities.
|
||||
Houses architectural design proposals for future system enhancements and refinements.
|
||||
## files
|
||||
- config-profile-multi-repo-mounts.md | Proposes a backward-compatible extension to Config Profiles' git_mounts to support multiple source/target mappings per repository clone, enabling efficient monorepo directory mounting.
|
||||
- home-path-expansion.md | Proposes expanding `~` and `$HOME` in container mount target paths to the appropriate home directory based on tool manifest user configuration during Docker Compose generation. | dep: Docker Compose, tool manifest, Dockerfile generation, git mounts
|
||||
@@ -12,7 +12,7 @@ Contains architectural design proposals for extending and improving the OpenSpec
|
||||
- streamline-tool-container-definitions.md | Proposes a declarative YAML manifest system to replace hand-written Dockerfiles and Compose files for defining tool containers, with automatic compilation into Docker/Compose artifacts and compatibility with existing ConfigProfile mounts. | dep: Docker, Docker Compose, YAML/JSON parsing, database (PostgreSQL implied by JSONB), Python (implied by syntax examples), Node.js/npm, apt, git
|
||||
- terminal-responsiveness.md | Proposes architectural improvements to reduce web terminal latency and increase rendering performance through asyncio I/O, WebGL rendering, and WebSocket optimizations. | dep: docker, asyncio, WebSocket, WebGL, PTY, Docker Engine API
|
||||
## arch
|
||||
Markdown-based RFC/proposal pattern using individual specification documents for distinct feature proposals, covering Docker Compose generation, volume mounting semantics, YAML-driven declarative container definitions, and async I/O/WebSocket optimizations.
|
||||
Markdown-based RFC-style documentation with no executable code, organized by independent feature proposals spanning configuration, containerization, and performance domains.
|
||||
## tags
|
||||
mounts, proposes, docker, home, tool, compose, config, target
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user