chore(project-map): regenerate .pi-map artifacts across the repo

This commit is contained in:
Developer
2026-06-17 11:31:24 +00:00
parent 0dd5f2317b
commit 93da9b42a2
683 changed files with 5075 additions and 4965 deletions
@@ -1,23 +1,23 @@
# 2026-05-22-instance-proxy (index)
dir: 2026-05-22-instance-proxy
# openspec/changes/archive/2026-05-22-instance-proxy (index)
dir: openspec/changes/archive/2026-05-22-instance-proxy
## role
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.
Defines an OpenSpec change proposal for implementing an authenticated HTTP/WebSocket proxy to expose internal Docker tool instances through a unified API endpoint.
## parent
index: ./.pi-map.index.md
map: ./.pi-map.md
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
## children
- 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
- openspec/changes/archive/2026-05-22-instance-proxy/specs
index: openspec/changes/archive/2026-05-22-instance-proxy/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-instance-proxy/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: 2026-05-22-instance-proxy/.pi-map.index.md
map: 2026-05-22-instance-proxy/.pi-map.md
index: openspec/changes/archive/2026-05-22-instance-proxy/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-instance-proxy/.pi-map.md
## workflows
-
## dirty
@@ -1,19 +1,19 @@
# 2026-05-22-instance-proxy
dir: 2026-05-22-instance-proxy
# openspec/changes/archive/2026-05-22-instance-proxy
dir: openspec/changes/archive/2026-05-22-instance-proxy
index: 2026-05-22-instance-proxy/.pi-map.index.md
index: openspec/changes/archive/2026-05-22-instance-proxy/.pi-map.index.md
## role
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.
Defines an OpenSpec change proposal for implementing an authenticated HTTP/WebSocket proxy to expose internal Docker tool instances through a unified API endpoint.
## 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
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- design.md | Design document for implementing an HTTP/WebSocket proxy in FastAPI to allow users to access internal Docker tool instances through a single authenticated API endpoint. | dep: FastAPI, httpx, starlette.websockets, Docker, Docker network, ToolInstance model
- proposal.md | Proposes adding an HTTP/WebSocket proxy endpoint to expose Docker-hosted tool instances to users over HTTPS instead of broken localhost links | dep: Docker, backend API, frontend, WebSocket, HTTPS
- tasks.md | A completed task list tracking the implementation of a proxy endpoint system for tool instances, including backend proxy functionality, frontend URL updates, and testing/quality verification.
## arch
FastAPI-based reverse proxy architecture with WebSocket support, using OpenAPI-specified endpoints for authenticated traffic routing to dynamic Docker container instances.
Documentation-driven specification pattern using OpenSpec change tracking with phased task breakdown (backend proxy → frontend integration → testing) for FastAPI-based WebSocket/HTTP proxy architecture.
## tags
docker, websocket, design, fastapi, http, proxy, instances, endpoint
proxy, docker, design, websocket, tool, instances, endpoint, .openspec
## symbols
-
## workflows
@@ -1,19 +1,19 @@
# 2026-05-22-instance-proxy/specs (index)
dir: 2026-05-22-instance-proxy/specs
# openspec/changes/archive/2026-05-22-instance-proxy/specs (index)
dir: openspec/changes/archive/2026-05-22-instance-proxy/specs
## role
Contains test specifications and behavioral contracts for the instance-proxy component.
Contains historical specification documents for an instance proxy feature, archived from May 22, 2026, serving as a reference for past design decisions in the OpenSpec project.
## parent
index: 2026-05-22-instance-proxy/.pi-map.index.md
map: 2026-05-22-instance-proxy/.pi-map.md
index: openspec/changes/archive/2026-05-22-instance-proxy/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-instance-proxy/.pi-map.md
## children
- 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
- openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy
index: openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.md
## files
## links
index: 2026-05-22-instance-proxy/specs/.pi-map.index.md
map: 2026-05-22-instance-proxy/specs/.pi-map.md
index: openspec/changes/archive/2026-05-22-instance-proxy/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-instance-proxy/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# 2026-05-22-instance-proxy/specs
dir: 2026-05-22-instance-proxy/specs
# openspec/changes/archive/2026-05-22-instance-proxy/specs
dir: openspec/changes/archive/2026-05-22-instance-proxy/specs
index: 2026-05-22-instance-proxy/specs/.pi-map.index.md
index: openspec/changes/archive/2026-05-22-instance-proxy/specs/.pi-map.index.md
## role
Contains test specifications and behavioral contracts for the instance-proxy component.
Contains historical specification documents for an instance proxy feature, archived from May 22, 2026, serving as a reference for past design decisions in the OpenSpec project.
## files
## arch
Specification-driven testing with structured test definitions, likely using BDD or contract-based patterns to define expected proxy behaviors.
Simple archival storage pattern with date-based directory versioning and no active code architecture, using flat file organization for immutable specification snapshots.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# 2026-05-22-instance-proxy/specs/instance-proxy (index)
dir: 2026-05-22-instance-proxy/specs/instance-proxy
# openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy (index)
dir: openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy
## role
Defines API contract for routing client requests to isolated tool instances with authenticated access mediation
Defines API requirements for proxying HTTP and WebSocket traffic from authenticated users to running tool instances with owner-based access control.
## parent
index: 2026-05-22-instance-proxy/specs/.pi-map.index.md
map: 2026-05-22-instance-proxy/specs/.pi-map.md
index: openspec/changes/archive/2026-05-22-instance-proxy/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-instance-proxy/specs/.pi-map.md
## children
-
## files
- spec.md
## links
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
index: openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.md
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# 2026-05-22-instance-proxy/specs/instance-proxy
dir: 2026-05-22-instance-proxy/specs/instance-proxy
# openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy
dir: openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy
index: 2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
index: openspec/changes/archive/2026-05-22-instance-proxy/specs/instance-proxy/.pi-map.index.md
## role
Defines API contract for routing client requests to isolated tool instances with authenticated access mediation
Defines API requirements for proxying HTTP and WebSocket traffic from authenticated users to running tool instances with owner-based access control.
## files
- spec.md | Specifies API requirements for an HTTP/WebSocket proxy endpoint that forwards requests to running tool instances with owner-based access control
- spec.md | Specifies API requirements for proxying HTTP and WebSocket traffic from authenticated users to running tool instances with owner-based access control
## arch
Specification-driven API design using HTTP/WebSocket dual-protocol proxy pattern with owner-scoped authorization and instance-level request forwarding
Specification-driven API design using requirements documents that define authentication, authorization, and proxy routing patterns for multi-tenant tool instance access.
## tags
spec, specifies, api, requirements, http, websocket, proxy, endpoint
spec, specifies, api, requirements, proxying, http, websocket, traffic
## symbols
-
## workflows