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/2025-05-18-ssh-key-management (index)
|
||||
dir: openspec/changes/archive/2025-05-18-ssh-key-management
|
||||
# archive/2025-05-18-ssh-key-management (index)
|
||||
dir: archive/2025-05-18-ssh-key-management
|
||||
|
||||
## role
|
||||
Archive directory preserving the completed implementation plan for a full-stack SSH key management feature with Ed25519 key generation, encrypted storage, and git provider integration.
|
||||
Implements a full-stack SSH key management feature for secure Ed25519 key generation, encrypted storage, and git operations with external providers.
|
||||
## 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/2025-05-18-ssh-key-management/specs
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-ssh-key-management/specs/.pi-map.md
|
||||
- archive/2025-05-18-ssh-key-management/specs
|
||||
index: archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-ssh-key-management/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-ssh-key-management/.pi-map.md
|
||||
index: archive/2025-05-18-ssh-key-management/.pi-map.index.md
|
||||
map: archive/2025-05-18-ssh-key-management/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# openspec/changes/archive/2025-05-18-ssh-key-management
|
||||
dir: openspec/changes/archive/2025-05-18-ssh-key-management
|
||||
# archive/2025-05-18-ssh-key-management
|
||||
dir: archive/2025-05-18-ssh-key-management
|
||||
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/.pi-map.index.md
|
||||
index: archive/2025-05-18-ssh-key-management/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive directory preserving the completed implementation plan for a full-stack SSH key management feature with Ed25519 key generation, encrypted storage, and git provider integration.
|
||||
Implements a full-stack SSH key management feature for secure Ed25519 key generation, encrypted storage, and git operations with external providers.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Design document for implementing an API and UI to manage Ed25519 SSH keys with encrypted private key storage | dep: cryptography (Fernet, Ed25519), database/SSHKey model, frontend UI components, JWT_SECRET (for Fernet key derivation)
|
||||
- proposal.md | Proposes adding SSH key management functionality (backend API, frontend UI, and Ed25519 key generation with encryption) to enable git operations with external providers. | dep: FastAPI (implied by router pattern), Fernet encryption, Ed25519 cryptography, React/Vue frontend (implied by web app), existing SSHKey model
|
||||
- tasks.md | A completed task checklist documenting the implementation of a full-stack SSH key management feature with backend API, frontend UI, and verification steps. | dep: FastAPI, cryptography, Pydantic, React, React Router, npm, pytest, ruff, mypy
|
||||
## arch
|
||||
Specification-driven development using OpenSpec schema configuration with phased design-proposal-tasks workflow, documenting a full-stack feature from requirements through implementation verification.
|
||||
Clean documentation-driven architecture using OpenSpec schema configuration, phased implementation (proposal → design → tasks), with separated backend API and frontend UI concerns and encrypted private key security pattern.
|
||||
## tags
|
||||
key, design, api, ssh, .openspec, ed25519, management, backend
|
||||
## symbols
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# openspec/changes/archive/2025-05-18-ssh-key-management/specs (index)
|
||||
dir: openspec/changes/archive/2025-05-18-ssh-key-management/specs
|
||||
# archive/2025-05-18-ssh-key-management/specs (index)
|
||||
dir: archive/2025-05-18-ssh-key-management/specs
|
||||
|
||||
## role
|
||||
Defines specifications for SSH key management features added to the OpenSpec project on 2025-05-18.
|
||||
Contains archived specifications for SSH key management features from May 18, 2025.
|
||||
## parent
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-ssh-key-management/.pi-map.md
|
||||
index: archive/2025-05-18-ssh-key-management/.pi-map.index.md
|
||||
map: archive/2025-05-18-ssh-key-management/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.md
|
||||
- archive/2025-05-18-ssh-key-management/specs/ssh-key-management
|
||||
index: archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
|
||||
map: archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-ssh-key-management/specs/.pi-map.md
|
||||
index: archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-ssh-key-management/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# openspec/changes/archive/2025-05-18-ssh-key-management/specs
|
||||
dir: openspec/changes/archive/2025-05-18-ssh-key-management/specs
|
||||
# archive/2025-05-18-ssh-key-management/specs
|
||||
dir: archive/2025-05-18-ssh-key-management/specs
|
||||
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
|
||||
index: archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines specifications for SSH key management features added to the OpenSpec project on 2025-05-18.
|
||||
Contains archived specifications for SSH key management features from May 18, 2025.
|
||||
## files
|
||||
## arch
|
||||
Specification-driven architecture using dated archival organization for tracking API/schema changes over time.
|
||||
Document-based specification storage with date-versioned archiving pattern for historical feature planning documents.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management (index)
|
||||
dir: openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management
|
||||
# archive/2025-05-18-ssh-key-management/specs/ssh-key-management (index)
|
||||
dir: archive/2025-05-18-ssh-key-management/specs/ssh-key-management
|
||||
|
||||
## role
|
||||
Defines functional requirements for SSH key lifecycle management operations in the OpenSpec project.
|
||||
Defines functional requirements and acceptance criteria for SSH key lifecycle management operations.
|
||||
## parent
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-ssh-key-management/specs/.pi-map.md
|
||||
index: archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-ssh-key-management/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.md
|
||||
index: archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
|
||||
map: archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management
|
||||
dir: openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management
|
||||
# archive/2025-05-18-ssh-key-management/specs/ssh-key-management
|
||||
dir: archive/2025-05-18-ssh-key-management/specs/ssh-key-management
|
||||
|
||||
index: openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
|
||||
index: archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines functional requirements for SSH key lifecycle management operations in the OpenSpec project.
|
||||
Defines functional requirements and acceptance criteria for SSH key lifecycle management operations.
|
||||
## files
|
||||
- spec.md | Defines requirements for SSH key management functionality including generation, listing, display, and deletion
|
||||
## arch
|
||||
Specification-driven design using Markdown-based requirements documents with structured feature definitions for generation, listing, display, and deletion operations.
|
||||
Specification-driven design using structured requirements documentation with use-case based organization (generate, list, show, delete) and explicit acceptance criteria.
|
||||
## tags
|
||||
spec, defines, requirements, ssh, key, management, functionality, including
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user