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:
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server
|
||||
dir: archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server
|
||||
# 2026-05-22-opencode-web-terminal/specs/opencode-web-server
|
||||
dir: 2026-05-22-opencode-web-terminal/specs/opencode-web-server
|
||||
|
||||
index: archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server/.pi-map.index.md
|
||||
index: 2026-05-22-opencode-web-terminal/specs/opencode-web-server/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines specifications for a web server component that provides browser-based terminal access to OpenCode containers via port 3000 with tunneling and UI integration.
|
||||
Defines the specification for a web server component that provides browser-based terminal access to OpenCode containers through tunneled connections on port 3000.
|
||||
## files
|
||||
- spec.md | Specifies requirements for OpenCode containers to run a web server on port 3000 with a web terminal interface, proper tunneling, and UI integration.
|
||||
## arch
|
||||
Requirements-driven specification document using declarative constraints (port binding, tunneling protocol, UI embedding) without implementation architecture.
|
||||
Specification-driven architecture using requirements documents to define container interfaces, port binding conventions, and UI integration patterns without containing implementation code.
|
||||
## tags
|
||||
web, spec, specifies, requirements, opencode, containers, run, server
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user