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 @@
# 2025-05-18-ssh-key-management (index)
dir: 2025-05-18-ssh-key-management
# openspec/changes/archive/2025-05-18-ssh-key-management (index)
dir: openspec/changes/archive/2025-05-18-ssh-key-management
## role
Implements a full-stack SSH key management system for secure Ed25519 key generation, encrypted storage, and git operations with external providers.
Archive directory containing completed design and planning documents for a full-stack SSH key management feature that enables git operations via generated SSH keys.
## 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
- 2025-05-18-ssh-key-management/specs
index: 2025-05-18-ssh-key-management/specs/.pi-map.index.md
map: 2025-05-18-ssh-key-management/specs/.pi-map.md
- 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
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: 2025-05-18-ssh-key-management/.pi-map.index.md
map: 2025-05-18-ssh-key-management/.pi-map.md
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
## workflows
-
## dirty
@@ -1,19 +1,19 @@
# 2025-05-18-ssh-key-management
dir: 2025-05-18-ssh-key-management
# openspec/changes/archive/2025-05-18-ssh-key-management
dir: openspec/changes/archive/2025-05-18-ssh-key-management
index: 2025-05-18-ssh-key-management/.pi-map.index.md
index: openspec/changes/archive/2025-05-18-ssh-key-management/.pi-map.index.md
## role
Implements a full-stack SSH key management system for secure Ed25519 key generation, encrypted storage, and git operations with external providers.
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 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
- .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
Full-stack feature module with backend REST API, frontend UI, encrypted private key storage, and task-driven implementation documentation following design-proposal-tasks workflow.
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
key, design, api, ssh, .openspec, ed25519, management, backend
design, ssh, key, management, feature, .openspec, api, frontend
## symbols
-
## workflows
@@ -1,19 +1,19 @@
# 2025-05-18-ssh-key-management/specs (index)
dir: 2025-05-18-ssh-key-management/specs
# openspec/changes/archive/2025-05-18-ssh-key-management/specs (index)
dir: openspec/changes/archive/2025-05-18-ssh-key-management/specs
## role
Contains specification documents defining requirements and design for SSH key management functionality.
Defines OpenAPI specifications for SSH key management API endpoints introduced in the 2025-05-18 release.
## parent
index: 2025-05-18-ssh-key-management/.pi-map.index.md
map: 2025-05-18-ssh-key-management/.pi-map.md
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
## children
- 2025-05-18-ssh-key-management/specs/ssh-key-management
index: 2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
map: 2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.md
- 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
## files
## links
index: 2025-05-18-ssh-key-management/specs/.pi-map.index.md
map: 2025-05-18-ssh-key-management/specs/.pi-map.md
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
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# 2025-05-18-ssh-key-management/specs
dir: 2025-05-18-ssh-key-management/specs
# openspec/changes/archive/2025-05-18-ssh-key-management/specs
dir: openspec/changes/archive/2025-05-18-ssh-key-management/specs
index: 2025-05-18-ssh-key-management/specs/.pi-map.index.md
index: openspec/changes/archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
## role
Contains specification documents defining requirements and design for SSH key management functionality.
Defines OpenAPI specifications for SSH key management API endpoints introduced in the 2025-05-18 release.
## files
## arch
Documentation-driven specification pattern using dated directory organization for version tracking of feature requirements.
OpenAPI 3.0 specification files organized as modular schema definitions for RESTful API contract documentation and code generation.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# 2025-05-18-ssh-key-management/specs/ssh-key-management (index)
dir: 2025-05-18-ssh-key-management/specs/ssh-key-management
# 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
## role
Defines functional requirements and specifications for SSH key lifecycle management operations.
Defines functional requirements for SSH key lifecycle management operations in the OpenSpec project.
## parent
index: 2025-05-18-ssh-key-management/specs/.pi-map.index.md
map: 2025-05-18-ssh-key-management/specs/.pi-map.md
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
## children
-
## files
- spec.md
## links
index: 2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
map: 2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.md
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
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# 2025-05-18-ssh-key-management/specs/ssh-key-management
dir: 2025-05-18-ssh-key-management/specs/ssh-key-management
# 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
index: 2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
index: openspec/changes/archive/2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
## role
Defines functional requirements and specifications for SSH key lifecycle management operations.
Defines functional requirements for SSH key lifecycle management operations in the OpenSpec project.
## files
- spec.md | Defines requirements for SSH key management functionality including generation, listing, display, and deletion
- spec.md | Specifies requirements for SSH key management functionality including generation, listing, display, and deletion
## arch
Specification-driven design using requirement documents to define system behavior before implementation.
Specification-driven design using markdown-based requirements documents with dated archival versioning.
## tags
spec, defines, requirements, ssh, key, management, functionality, including
spec, specifies, requirements, ssh, key, management, functionality, including
## symbols
-
## workflows