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:
@@ -1,17 +1,17 @@
|
||||
# archive/2026-05-22-repo-clone-mode-with-ssh
|
||||
dir: archive/2026-05-22-repo-clone-mode-with-ssh
|
||||
# 2026-05-22-repo-clone-mode-with-ssh
|
||||
dir: 2026-05-22-repo-clone-mode-with-ssh
|
||||
|
||||
index: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
|
||||
index: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive of a completed feature implementation for adding SSH-based repository clone mode as an alternative to mount mode for isolated tool instances.
|
||||
Implements a repository clone mode with SSH key support to enable isolated, clean-room git operations inside tool instances without affecting host working copies.
|
||||
## 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
|
||||
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.
|
||||
Feature-driven documentation-first architecture using OpenSpec schema configuration, design/proposal/task documents, and cross-stack implementation (database, backend, frontend, DevOps) supporting dual access modes (mount vs. clone) with SSH credential management.
|
||||
## tags
|
||||
clone, ssh, design, key, git, .openspec, support, mount
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user