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
+7 -7
View File
@@ -1,11 +1,11 @@
# explorations (index)
dir: explorations
# openspec/explorations (index)
dir: openspec/explorations
## role
Contains design exploration documents for proposed features and architectural improvements in a container instance management system.
Contains exploratory design documents and architectural proposals for future enhancements and bug fixes across the container runtime, configuration system, and developer experience.
## parent
index: ./.pi-map.index.md
map: ./.pi-map.md
index: openspec/.pi-map.index.md
map: openspec/.pi-map.md
## children
-
## files
@@ -17,8 +17,8 @@ map: ./.pi-map.md
- streamline-tool-container-definitions.md
- terminal-responsiveness.md
## links
index: explorations/.pi-map.index.md
map: explorations/.pi-map.md
index: openspec/explorations/.pi-map.index.md
map: openspec/explorations/.pi-map.md
## workflows
-
## dirty
+13 -13
View File
@@ -1,22 +1,22 @@
# explorations
dir: explorations
# openspec/explorations
dir: openspec/explorations
index: explorations/.pi-map.index.md
index: openspec/explorations/.pi-map.index.md
## role
Contains design exploration documents for proposed features and architectural improvements in a container instance management system.
Contains exploratory design documents and architectural proposals for future enhancements and bug fixes across the container runtime, configuration system, and developer experience.
## files
- config-profile-multi-repo-mounts.md | Proposes a design for supporting multiple directory mounts from a single git repository clone in config profiles, avoiding redundant clones.
- home-path-expansion.md | Explores design options for expanding `~` and `$HOME` in container mount paths based on target container user context | dep: config_profile_resolver.py, tool_instances.py, manifest_compiler.py, Docker Compose
- mount-file-level-overlays.md | Explains a bug where directory-level bind mounts hide sibling files and proposes file-level bind mounts as the solution for overlaying individual files without affecting their parent directories. | dep: Docker, os
- mount-specificity-ordering.md | Design document proposing a solution to fix Docker mount ordering where broader parent-path mounts hide more specific child-path mounts by sorting volumes by target path depth | dep: Docker Compose, Linux mount system, manifest_compiler.py, tool_instances.py
- ssh-key-mounting.md | Design document for adding SSH key mounting capability to config profiles in a container instance management system | dep: ssh_keys table, GitRepository, ConfigProfile, compose volume mounts, alembic migrations, React frontend
- streamline-tool-container-definitions.md | Explores architectural redesign of a tool container definition system to replace monolithic Dockerfile strings and ad-hoc compose generation with a layered, declarative approach | dep: Docker, Docker Compose, SQLAlchemy, Python f-strings/Jinja, Ubuntu base images, Cloudflare tunnels, PTY/WebSocket terminals
- terminal-responsiveness.md | Explores architectural improvements to achieve low-latency terminal I/O performance comparable to VS Code Server by identifying bottlenecks and proposing optimizations for a WebSocket-based web terminal. | dep: xterm.js, WebSocket, asyncio, select, docker, Python, TypeScript, React, node-pty, libuv, Docker Engine API
- config-profile-multi-repo-mounts.md | Design document proposing a schema enhancement to allow multiple directory mounts from a single git repository clone in config profiles.
- home-path-expansion.md | Design document for implementing `~` and `$HOME` expansion in container mount paths with manifest-aware home directory resolution | dep: Docker Compose, manifest system, config profile resolver, git mount mappings, tool instances API
- mount-file-level-overlays.md | Documents a bug fix for file-level mount overlays in Docker volume mounts to prevent directory replacement from hiding sibling files | dep: Docker, os, pathlib
- mount-specificity-ordering.md | Explores a bug where Docker volume mount ordering causes broader parent mounts to hide more specific child mounts, and recommends sorting mounts by path depth to fix it. | dep: Docker Compose, manifest_compiler.py, tool_instances.py, Linux mount system
- ssh-key-mounting.md | Design document proposing to add SSH key mounting capability to ConfigProfile for all instance types, decoupling SSH keys from repositories | dep: config_profile, ssh_keys, GitRepository, instance_dir/mounts, compose, alembic, config_profile_resolver, config_profiles API/web
- streamline-tool-container-definitions.md | Explores architectural redesign of a tool container definition system to replace monolithic Dockerfile strings and ad-hoc compose generation with a layered, declarative approach | dep: Docker, Docker Compose, SQLAlchemy, Python f-string templating, Jinja-like templating, PTY/WebSocket terminal sessions, Cloudflare tunneling
- terminal-responsiveness.md | A software design document analyzing terminal I/O latency bottlenecks and proposing optimizations to achieve VS Code Server-level responsiveness in a web-based terminal. | dep: docker, xterm.js, WebSocket, asyncio, Python os/select, node-pty (reference), Docker SDK
## arch
Markdown-based design documents following an RFC/exploration pattern, each analyzing a specific technical problem space, evaluating alternatives, and proposing solutions across mount systems, config profiles, container definitions, and terminal I/O performance.
Markdown-based RFC/ADR pattern with no executable code; each document independently analyzes a specific problem space, evaluates trade-offs, and proposes solutions using structured software design document format with problem statements, options analysis, and recommendations.
## tags
mounts, container, mount, py, path, design, config, level
mounts, mount, docker, design, document, home, container, level
## symbols
-
## workflows