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-repo-clone-mode-with-ssh (index)
dir: 2026-05-22-repo-clone-mode-with-ssh
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh (index)
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh
## role
Implements a repository clone mode with SSH key support to enable isolated, clean-room git operations inside tool instances without affecting host working copies.
Archive of a completed feature specification for adding SSH-based repository clone mode to a container tool instance system
## 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-repo-clone-mode-with-ssh/specs
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
- openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
## workflows
-
## dirty
@@ -1,19 +1,19 @@
# 2026-05-22-repo-clone-mode-with-ssh
dir: 2026-05-22-repo-clone-mode-with-ssh
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh
index: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
## role
Implements a repository clone mode with SSH key support to enable isolated, clean-room git operations inside tool instances without affecting host working copies.
Archive of a completed feature specification for adding SSH-based repository clone mode to a container tool instance system
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- design.md | Design document specifying a system to support both mount and clone repository access modes for tool instances, with SSH key management for clone operations. | dep: GitRepository, ToolInstance, Alembic, compose templates, SSH key system, _modify_compose_file
- proposal.md | Proposes a feature to add repository clone mode with SSH key support for isolated tool instances, enabling clean-room development and git operations inside containers without affecting the host working copy. | dep: GitRepository, ToolInstance, Docker, SSH keys, database migrations, backend API, frontend UI
- tasks.md | A completed task checklist for implementing SSH key-based git clone functionality with mount/clone modes across database, backend, frontend, and DevOps infrastructure | dep: Alembic, Pydantic, SQLAlchemy, FastAPI, React/TypeScript, pytest, ruff, mypy, npm, git, subprocess, SSH
- design.md | Design document specifying how to add repository clone mode and SSH key integration to a container tool instance system. | dep: Docker Compose, Alembic, Git, SSH, GitRepository model, ToolInstance model, _modify_compose_file helper
- proposal.md | Proposes a feature to add repository clone mode for tool instances with SSH key support, branch selection, and dirty-check deletion protection | dep: GitRepository, tool instances, Docker compose, database migrations, frontend sessions page, backend API
- tasks.md | A completed task checklist tracking the implementation of a repository cloning feature with SSH key support across database, backend, frontend, and infrastructure layers. | dep: Alembic, SQLAlchemy, Pydantic, FastAPI, React/frontend framework, pytest, ruff, mypy, npm, git, code-server, jupyter, opencode
## arch
Feature-driven documentation-first architecture using OpenSpec schema configuration, design/proposal/task documents, and cross-stack implementation (database, backend, frontend, DevOps) supporting dual access modes (mount vs. clone) with SSH credential management.
Specification-driven development using OpenSpec schema with layered implementation tracking (database/backend/frontend/infrastructure) and design-proposal-task workflow pattern
## tags
clone, ssh, design, key, git, .openspec, support, mount
ssh, design, repository, key, .openspec, add, clone, mode
## symbols
-
## workflows
@@ -1,25 +1,25 @@
# 2026-05-22-repo-clone-mode-with-ssh/specs (index)
dir: 2026-05-22-repo-clone-mode-with-ssh/specs
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs (index)
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs
## role
Defines test specifications and requirements for the SSH clone mode feature.
Defines specifications for SSH-based repository clone mode functionality in the OpenSpec changes archive.
## parent
index: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
## children
- 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
index: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
- 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
index: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
- 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
index: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
- openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
- openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
- openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
## files
## links
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# 2026-05-22-repo-clone-mode-with-ssh/specs
dir: 2026-05-22-repo-clone-mode-with-ssh/specs
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
## role
Defines test specifications and requirements for the SSH clone mode feature.
Defines specifications for SSH-based repository clone mode functionality in the OpenSpec changes archive.
## files
## arch
Behavior-driven specification files (likely Gherkin/Cucumber format) describing feature scenarios and acceptance criteria.
Documentation/specification storage using dated archival directory structure with isolated feature specs.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo (index)
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo (index)
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
## role
Defines specifications for SSH-based Git repository authentication and cloning operations in containerized environments.
Defines SSH authentication requirements for Git repository clone operations in a system specification.
## parent
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
index: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
## role
Defines specifications for SSH-based Git repository authentication and cloning operations in containerized environments.
Defines SSH authentication requirements for Git repository clone operations in a system specification.
## files
- spec.md | Defines requirements for associating SSH keys with Git repositories for clone operations and container git access
- spec.md | Specifies requirements for SSH key assignment to Git repositories in a system
## arch
Requirements-driven specification document using markdown-based documentation pattern with user story and acceptance criteria structure.
Document-based specification using Markdown with requirements traceability for version-controlled infrastructure access patterns.
## tags
git, spec, defines, requirements, associating, ssh, keys, repositories
spec, specifies, requirements, ssh, key, assignment, git, repositories
## symbols
-
## workflows
@@ -1,18 +1,18 @@
# 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode (index)
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode (index)
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
## role
Defines requirements for host-side repository cloning with branch selection, SSH key preparation for containers, and repository dirty state detection
Defines requirements for a Git repository cloning system with SSH key management and dirty state detection for containerized environments.
## parent
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
index: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
## role
Defines requirements for host-side repository cloning with branch selection, SSH key preparation for containers, and repository dirty state detection
Defines requirements for a Git repository cloning system with SSH key management and dirty state detection for containerized environments.
## files
- spec.md | Defines requirements for host-side repository cloning with branch selection, SSH key preparation for containers, and repository dirty state detection | dep: git, ssh, filesystem
- spec.md | Defines requirements for a system that clones Git repositories on the host filesystem with SSH key management and dirty state detection for containerized instances | dep: git, ssh, filesystem
## arch
Specification-driven design using Markdown-based requirements documents with clear separation of concerns (cloning, SSH key management, state detection)
Specification-driven architecture using a single markdown-based requirements document (spec.md) with no implemented code, following a design-first/documentation-first pattern for future implementation.
## tags
repository, ssh, spec, defines, requirements, host, side, cloning
git, filesystem, ssh, spec, defines, requirements, system, clones
## symbols
-
## workflows
@@ -1,18 +1,18 @@
# 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances (index)
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances (index)
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
## role
Defines requirements for managing tool instances with lifecycle operations including cloning, mounting, and safe deletion with state validation.
Defines requirements for a tool instance provisioning system supporting clone/mount modes with SSH key management and workspace integrity checks.
## parent
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
map: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
index: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
## role
Defines requirements for managing tool instances with lifecycle operations including cloning, mounting, and safe deletion with state validation.
Defines requirements for a tool instance provisioning system supporting clone/mount modes with SSH key management and workspace integrity checks.
## files
- spec.md | Specifies requirements for a tool instance management system supporting clone/mount modes, SSH key mounting, and dirty-state checks before deletion. | dep: git, docker-compose, SSH, container runtime
- spec.md | Defines requirements for a system that supports creating tool instances in clone or mount modes, with SSH key mounting for git operations and dirty checks on clone deletion.
## arch
Specification-driven requirements document using markdown-based structured documentation for system behavior and constraints.
Specification-driven requirements document using structured markdown with functional decomposition (create/delete/clone/mount operations), constraint-based design (SSH security, dirty-state validation), and mode-based configuration pattern.
## tags
ssh, spec, specifies, requirements, tool, instance, management, system
clone, spec, defines, requirements, system, supports, creating, tool
## symbols
-
## workflows