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,23 +1,23 @@
|
||||
# archive/2026-05-22-instance-proxy (index)
|
||||
dir: archive/2026-05-22-instance-proxy
|
||||
# 2026-05-22-instance-proxy (index)
|
||||
dir: 2026-05-22-instance-proxy
|
||||
|
||||
## role
|
||||
Provides design documentation and planning artifacts for an authenticated HTTP/WebSocket proxy service that enables secure user access to internal Docker containerized tool instances.
|
||||
Provides an authenticated HTTP/WebSocket proxy layer to expose internal Docker containerized tool instances to users through a single API endpoint, replacing broken localhost links.
|
||||
## 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-instance-proxy/specs
|
||||
index: archive/2026-05-22-instance-proxy/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-proxy/specs/.pi-map.md
|
||||
- 2026-05-22-instance-proxy/specs
|
||||
index: 2026-05-22-instance-proxy/specs/.pi-map.index.md
|
||||
map: 2026-05-22-instance-proxy/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: archive/2026-05-22-instance-proxy/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-proxy/.pi-map.md
|
||||
index: 2026-05-22-instance-proxy/.pi-map.index.md
|
||||
map: 2026-05-22-instance-proxy/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# archive/2026-05-22-instance-proxy
|
||||
dir: archive/2026-05-22-instance-proxy
|
||||
# 2026-05-22-instance-proxy
|
||||
dir: 2026-05-22-instance-proxy
|
||||
|
||||
index: archive/2026-05-22-instance-proxy/.pi-map.index.md
|
||||
index: 2026-05-22-instance-proxy/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Provides design documentation and planning artifacts for an authenticated HTTP/WebSocket proxy service that enables secure user access to internal Docker containerized tool instances.
|
||||
Provides an authenticated HTTP/WebSocket proxy layer to expose internal Docker containerized tool instances to users through a single API endpoint, replacing broken localhost links.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenAPI specification configuration file with schema type and creation date metadata
|
||||
- design.md | Design document for implementing a FastAPI-based HTTP/WebSocket proxy to allow users to access internal Docker tool instances through a single authenticated API endpoint. | dep: FastAPI, httpx, starlette.websockets, Docker
|
||||
- proposal.md | Proposes adding an HTTP/WebSocket proxy endpoint to expose Docker containerized tool instances to users over HTTPS instead of broken localhost links | dep: docker, backend API, frontend, WebSocket, HTTPS
|
||||
- tasks.md | Project task tracking checklist for implementing a proxy endpoint system that routes HTTP/WebSocket traffic to Docker container instances | dep: Docker, FastAPI/httpx, WebSocket, code-server, ruff, mypy
|
||||
## arch
|
||||
Document-driven design specification using markdown-based design docs, proposals, and task tracking; intended FastAPI implementation with OpenAPI spec for a reverse proxy routing layer between external HTTPS and internal Docker instances.
|
||||
FastAPI-based reverse proxy architecture with WebSocket support, using OpenAPI-specified endpoints for authenticated traffic routing to dynamic Docker container instances.
|
||||
## tags
|
||||
docker, websocket, design, fastapi, http, proxy, instances, endpoint
|
||||
## symbols
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# archive/2026-05-22-instance-proxy/specs (index)
|
||||
dir: archive/2026-05-22-instance-proxy/specs
|
||||
# 2026-05-22-instance-proxy/specs (index)
|
||||
dir: 2026-05-22-instance-proxy/specs
|
||||
|
||||
## role
|
||||
Contains specification documents defining requirements and interfaces for the instance proxy component.
|
||||
Contains test specifications and behavioral contracts for the instance-proxy component.
|
||||
## parent
|
||||
index: archive/2026-05-22-instance-proxy/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-proxy/.pi-map.md
|
||||
index: 2026-05-22-instance-proxy/.pi-map.index.md
|
||||
map: 2026-05-22-instance-proxy/.pi-map.md
|
||||
## children
|
||||
- archive/2026-05-22-instance-proxy/specs/instance-proxy
|
||||
index: archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.md
|
||||
- 2026-05-22-instance-proxy/specs/instance-proxy
|
||||
index: 2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
|
||||
map: 2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: archive/2026-05-22-instance-proxy/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-proxy/specs/.pi-map.md
|
||||
index: 2026-05-22-instance-proxy/specs/.pi-map.index.md
|
||||
map: 2026-05-22-instance-proxy/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# archive/2026-05-22-instance-proxy/specs
|
||||
dir: archive/2026-05-22-instance-proxy/specs
|
||||
# 2026-05-22-instance-proxy/specs
|
||||
dir: 2026-05-22-instance-proxy/specs
|
||||
|
||||
index: archive/2026-05-22-instance-proxy/specs/.pi-map.index.md
|
||||
index: 2026-05-22-instance-proxy/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains specification documents defining requirements and interfaces for the instance proxy component.
|
||||
Contains test specifications and behavioral contracts for the instance-proxy component.
|
||||
## files
|
||||
## arch
|
||||
Documentation-driven design with structured specification files establishing contracts for implementation.
|
||||
Specification-driven testing with structured test definitions, likely using BDD or contract-based patterns to define expected proxy behaviors.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-22-instance-proxy/specs/instance-proxy (index)
|
||||
dir: archive/2026-05-22-instance-proxy/specs/instance-proxy
|
||||
# 2026-05-22-instance-proxy/specs/instance-proxy (index)
|
||||
dir: 2026-05-22-instance-proxy/specs/instance-proxy
|
||||
|
||||
## 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
|
||||
## parent
|
||||
index: archive/2026-05-22-instance-proxy/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-proxy/specs/.pi-map.md
|
||||
index: 2026-05-22-instance-proxy/specs/.pi-map.index.md
|
||||
map: 2026-05-22-instance-proxy/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
|
||||
map: archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.md
|
||||
index: 2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
|
||||
map: 2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -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