chore: archive 15 completed OpenSpec changes
Move the following audited-and-implemented changes into openspec/changes/archive/2026-06-12-completed-changes-archive/: - backend-frontend-refactoring - config-profile-git-mounts - config-profile-includes-ui - config-profile-multi-repo-mounts - container-monitoring-notifications - git-mount-url-validation - home-path-expansion - mobile-terminal-ux - mount-specificity-ordering - notification-center - persistent-terminal-sessions - session-list-overhaul - ssh-key-mounting - terminal-fullscreen-unified-header - tool-session-progress-and-updates Also regenerated .pi-map*.md files for openspec/changes so the remaining active changes (multi-session-terminal-ux, reorganize-long-files, working-copies, workspace-first-ui) reflect the new layout.
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh (index)
|
||||
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh (index)
|
||||
dir: archive/2026-05-22-repo-clone-mode-with-ssh
|
||||
|
||||
## role
|
||||
Archive directory preserving the historical specification and design documents for a completed feature that added SSH-based repository clone mode as an alternative to mount mode for isolated tool instances.
|
||||
Archive of a completed feature implementation for adding SSH-based repository clone mode as an alternative to mount mode for isolated tool instances.
|
||||
## parent
|
||||
index: openspec/changes/archive/.pi-map.index.md
|
||||
map: openspec/changes/archive/.pi-map.md
|
||||
index: archive/.pi-map.index.md
|
||||
map: archive/.pi-map.md
|
||||
## children
|
||||
- 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
|
||||
- archive/2026-05-22-repo-clone-mode-with-ssh/specs
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh
|
||||
dir: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh
|
||||
dir: archive/2026-05-22-repo-clone-mode-with-ssh
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive directory preserving the historical specification and design documents for a completed feature that added SSH-based repository clone mode as an alternative to mount mode for isolated tool instances.
|
||||
Archive of a completed feature implementation for adding SSH-based repository clone mode as an alternative to mount mode for isolated tool instances.
|
||||
## 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
|
||||
## arch
|
||||
Specification-driven feature development using OpenSpec schema metadata, with design documents following a progression from proposal → design → tasks, covering full-stack implementation across database schema changes, backend API modifications, frontend UI updates, and DevOps infrastructure changes for SSH key lifecycle management.
|
||||
Feature-driven documentation structure with design proposal pattern (design.md → proposal.md → tasks.md) plus OpenSpec configuration metadata, covering full-stack implementation across database schema, backend API, frontend UI, and DevOps/SSH infrastructure.
|
||||
## tags
|
||||
clone, ssh, design, key, git, .openspec, support, mount
|
||||
## symbols
|
||||
|
||||
+16
-16
@@ -1,25 +1,25 @@
|
||||
# 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
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh/specs (index)
|
||||
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs
|
||||
|
||||
## role
|
||||
Contains historical specification documents from May 22, 2026 for a repository clone mode feature using SSH protocol.
|
||||
Contains archived SSH-based repository cloning specifications from a specific date snapshot.
|
||||
## parent
|
||||
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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
|
||||
## children
|
||||
- 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
|
||||
- archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
|
||||
- archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
|
||||
- archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# 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
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh/specs
|
||||
dir: 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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains historical specification documents from May 22, 2026 for a repository clone mode feature using SSH protocol.
|
||||
Contains archived SSH-based repository cloning specifications from a specific date snapshot.
|
||||
## files
|
||||
## arch
|
||||
Specification-driven design with dated archival structure for tracking feature evolution over time.
|
||||
Simple archival directory structure with date-based versioning and no active code patterns.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+6
-6
@@ -1,18 +1,18 @@
|
||||
# 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
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo (index)
|
||||
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
|
||||
|
||||
## role
|
||||
Defines SSH key authentication requirements for secure Git repository cloning and container-based git operations.
|
||||
## parent
|
||||
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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+4
-4
@@ -1,14 +1,14 @@
|
||||
# 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
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
|
||||
dir: 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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines SSH key authentication requirements for secure Git repository cloning and container-based git operations.
|
||||
## files
|
||||
- spec.md | Defines requirements for associating SSH keys with Git repositories for clone operations and container git access
|
||||
## arch
|
||||
Specification-driven requirements document using markdown-based technical specification pattern with user stories and acceptance criteria.
|
||||
Specification-driven requirements document using markdown-based technical specification pattern with use-case and scenario-based structure.
|
||||
## tags
|
||||
git, spec, defines, requirements, associating, ssh, keys, repositories
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# 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
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode (index)
|
||||
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
|
||||
|
||||
## role
|
||||
Defines host-side repository cloning requirements including branch selection, SSH key container preparation, and dirty state detection for a 2026-05-22 spec archive.
|
||||
Defines requirements for host-side repository cloning with branch selection, SSH key preparation for containers, and repository dirty state detection
|
||||
## parent
|
||||
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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# 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
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
|
||||
dir: 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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines host-side repository cloning requirements including branch selection, SSH key container preparation, and dirty state detection for a 2026-05-22 spec archive.
|
||||
Defines requirements for host-side repository cloning with branch selection, SSH key preparation for containers, and repository dirty state detection
|
||||
## 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
|
||||
## arch
|
||||
Specification document using requirement-based markdown with functional areas (cloning, SSH keys, state detection) for a repo-clone-mode feature.
|
||||
Specification-driven requirements document using Markdown-based technical specification pattern with functional requirements, non-functional requirements, and acceptance criteria sections
|
||||
## tags
|
||||
repository, ssh, spec, defines, requirements, host, side, cloning
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# 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
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances (index)
|
||||
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
|
||||
|
||||
## role
|
||||
Defines requirements for a tool instance management system that handles repository clone/mount modes, SSH key mounting, and safe deletion with dirty-state checks.
|
||||
Defines requirements for managing tool instances with lifecycle operations including clone/mount modes, SSH key mounting, and safe deletion with dirty-state validation.
|
||||
## parent
|
||||
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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
|
||||
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# 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
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
|
||||
dir: 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
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines requirements for a tool instance management system that handles repository clone/mount modes, SSH key mounting, and safe deletion with dirty-state checks.
|
||||
Defines requirements for managing tool instances with lifecycle operations including clone/mount modes, SSH key mounting, and safe deletion with dirty-state validation.
|
||||
## 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
|
||||
## arch
|
||||
Specification-driven architecture using Markdown-based requirements documents with structured sections for overview, configuration, and behavioral rules.
|
||||
Specification-driven requirements document using Markdown, focusing on stateful resource management with mode-based configuration (clone vs mount) and safety guards for destructive operations.
|
||||
## tags
|
||||
ssh, spec, specifies, requirements, tool, instance, management, system
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user