chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -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
|
||||
|
||||
+7
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user