1.4 KiB
1.4 KiB
openspec/changes/archive/2025-05-18-ssh-key-management
dir: openspec/changes/archive/2025-05-18-ssh-key-management
index: openspec/changes/archive/2025-05-18-ssh-key-management/.pi-map.index.md
role
Archive directory containing completed design and planning documents for a full-stack SSH key management feature that enables git operations via generated SSH keys.
files
- .openspec.yaml | Defines an OpenAPI specification metadata file with schema type and creation date
- design.md | Design document for implementing an SSH key management API and frontend feature | dep: cryptography (Fernet, Ed25519), database/SSHKey model, JWT_SECRET/application secret, frontend router/table components
- proposal.md | Proposes a feature to add SSH key generation, management, and UI capabilities for git operations | dep: FastAPI, Fernet, Ed25519, React/Vue (implied by frontend), existing SSHKey model
- tasks.md | A completed task checklist tracking the implementation of a full-stack SSH key management feature with backend API, frontend UI, and verification steps.
arch
Specification-driven development with OpenAPI schema metadata, phased implementation tracking (proposal → design → tasks), and full-stack feature delivery encompassing backend API, frontend UI, and verification workflows.
tags
design, ssh, key, management, feature, .openspec, api, frontend