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,14 +1,14 @@
|
||||
# archive/2026-05-22-instance-proxy/specs/instance-proxy
|
||||
dir: archive/2026-05-22-instance-proxy/specs/instance-proxy
|
||||
# 2026-05-22-instance-proxy/specs/instance-proxy
|
||||
dir: 2026-05-22-instance-proxy/specs/instance-proxy
|
||||
|
||||
index: archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
|
||||
index: 2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines the API specification for an HTTP/WebSocket proxy that routes client requests to running tool instances with owner-based access control.
|
||||
Defines API contract for routing client requests to isolated tool instances with authenticated access mediation
|
||||
## files
|
||||
- spec.md | Specifies API requirements for an HTTP/WebSocket proxy endpoint that forwards requests to running tool instances with owner-based access control
|
||||
## arch
|
||||
API specification document using Markdown format to define endpoint requirements, authentication/authorization rules (owner-based access), and dual-protocol support (HTTP/WebSocket) for request forwarding.
|
||||
Specification-driven API design using HTTP/WebSocket dual-protocol proxy pattern with owner-scoped authorization and instance-level request forwarding
|
||||
## tags
|
||||
spec, specifies, api, requirements, http, websocket, proxy, endpoint
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user