fix: disable native touch panning on mobile terminal and archive specs

- Change mobile terminal CSS to use touch-action: none and
  overscroll-behavior: none so the custom touch handler owns swipes
- Archive completed/partial OpenSpec specs to
  openspec/changes/archive/2026-06-14-completed-specs-archive/
- Regenerate project maps

Quality gates: npm run typecheck, npm run lint (apps/web)
This commit is contained in:
Developer
2026-06-14 18:07:01 +00:00
parent 896674195c
commit c8db6ce933
580 changed files with 4678 additions and 4333 deletions
@@ -1,23 +1,23 @@
# archive/2025-05-18-ssh-key-management (index)
dir: archive/2025-05-18-ssh-key-management
# 2025-05-18-ssh-key-management (index)
dir: 2025-05-18-ssh-key-management
## role
Implements a full-stack SSH key management feature for secure Ed25519 key generation, encrypted storage, and git operations with external providers.
Implements a full-stack SSH key management system for secure Ed25519 key generation, encrypted storage, and git operations with external providers.
## parent
index: archive/.pi-map.index.md
map: archive/.pi-map.md
index: ./.pi-map.index.md
map: ./.pi-map.md
## children
- 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
- 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
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: archive/2025-05-18-ssh-key-management/.pi-map.index.md
map: archive/2025-05-18-ssh-key-management/.pi-map.md
index: 2025-05-18-ssh-key-management/.pi-map.index.md
map: 2025-05-18-ssh-key-management/.pi-map.md
## workflows
-
## dirty
@@ -1,17 +1,17 @@
# archive/2025-05-18-ssh-key-management
dir: archive/2025-05-18-ssh-key-management
# 2025-05-18-ssh-key-management
dir: 2025-05-18-ssh-key-management
index: archive/2025-05-18-ssh-key-management/.pi-map.index.md
index: 2025-05-18-ssh-key-management/.pi-map.index.md
## role
Implements a full-stack SSH key management feature for secure Ed25519 key generation, encrypted storage, and git operations with external providers.
Implements a full-stack SSH key management system 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
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.
Full-stack feature module with backend REST API, frontend UI, encrypted private key storage, and task-driven implementation documentation following design-proposal-tasks workflow.
## tags
key, design, api, ssh, .openspec, ed25519, management, backend
## symbols
@@ -1,19 +1,19 @@
# archive/2025-05-18-ssh-key-management/specs (index)
dir: archive/2025-05-18-ssh-key-management/specs
# 2025-05-18-ssh-key-management/specs (index)
dir: 2025-05-18-ssh-key-management/specs
## role
Contains archived specifications for SSH key management features from May 18, 2025.
Contains specification documents defining requirements and design for SSH key management functionality.
## parent
index: archive/2025-05-18-ssh-key-management/.pi-map.index.md
map: archive/2025-05-18-ssh-key-management/.pi-map.md
index: 2025-05-18-ssh-key-management/.pi-map.index.md
map: 2025-05-18-ssh-key-management/.pi-map.md
## children
- 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
- 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
## files
## links
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
index: 2025-05-18-ssh-key-management/specs/.pi-map.index.md
map: 2025-05-18-ssh-key-management/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# archive/2025-05-18-ssh-key-management/specs
dir: archive/2025-05-18-ssh-key-management/specs
# 2025-05-18-ssh-key-management/specs
dir: 2025-05-18-ssh-key-management/specs
index: archive/2025-05-18-ssh-key-management/specs/.pi-map.index.md
index: 2025-05-18-ssh-key-management/specs/.pi-map.index.md
## role
Contains archived specifications for SSH key management features from May 18, 2025.
Contains specification documents defining requirements and design for SSH key management functionality.
## files
## arch
Document-based specification storage with date-versioned archiving pattern for historical feature planning documents.
Documentation-driven specification pattern using dated directory organization for version tracking of feature requirements.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# archive/2025-05-18-ssh-key-management/specs/ssh-key-management (index)
dir: archive/2025-05-18-ssh-key-management/specs/ssh-key-management
# 2025-05-18-ssh-key-management/specs/ssh-key-management (index)
dir: 2025-05-18-ssh-key-management/specs/ssh-key-management
## role
Defines functional requirements and acceptance criteria for SSH key lifecycle management operations.
Defines functional requirements and specifications for SSH key lifecycle management operations.
## parent
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
index: 2025-05-18-ssh-key-management/specs/.pi-map.index.md
map: 2025-05-18-ssh-key-management/specs/.pi-map.md
## children
-
## files
- spec.md
## links
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
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
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2025-05-18-ssh-key-management/specs/ssh-key-management
dir: archive/2025-05-18-ssh-key-management/specs/ssh-key-management
# 2025-05-18-ssh-key-management/specs/ssh-key-management
dir: 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
index: 2025-05-18-ssh-key-management/specs/ssh-key-management/.pi-map.index.md
## role
Defines functional requirements and acceptance criteria for SSH key lifecycle management operations.
Defines functional requirements and specifications 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 structured requirements documentation with use-case based organization (generate, list, show, delete) and explicit acceptance criteria.
Specification-driven design using requirement documents to define system behavior before implementation.
## tags
spec, defines, requirements, ssh, key, management, functionality, including
## symbols