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/2026-05-22-repo-clone-mode-with-ssh (index)
dir: archive/2026-05-22-repo-clone-mode-with-ssh
# 2026-05-22-repo-clone-mode-with-ssh (index)
dir: 2026-05-22-repo-clone-mode-with-ssh
## 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.
## parent
index: archive/.pi-map.index.md
map: archive/.pi-map.md
index: ./.pi-map.index.md
map: ./.pi-map.md
## children
- archive/2026-05-22-repo-clone-mode-with-ssh/specs
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
- 2026-05-22-repo-clone-mode-with-ssh/specs
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
index: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
## workflows
-
## dirty
@@ -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
@@ -1,25 +1,25 @@
# archive/2026-05-22-repo-clone-mode-with-ssh/specs (index)
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs
# 2026-05-22-repo-clone-mode-with-ssh/specs (index)
dir: 2026-05-22-repo-clone-mode-with-ssh/specs
## role
Contains archived SSH-based repository cloning specifications from a specific date snapshot.
Defines test specifications and requirements for the SSH clone mode feature.
## parent
index: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
index: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/.pi-map.md
## children
- archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
- archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
- archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
- 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
index: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
- 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
index: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
- 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
index: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
## files
## links
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# archive/2026-05-22-repo-clone-mode-with-ssh/specs
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs
# 2026-05-22-repo-clone-mode-with-ssh/specs
dir: 2026-05-22-repo-clone-mode-with-ssh/specs
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
## role
Contains archived SSH-based repository cloning specifications from a specific date snapshot.
Defines test specifications and requirements for the SSH clone mode feature.
## files
## arch
Simple archival directory structure with date-based versioning and no active code patterns.
Behavior-driven specification files (likely Gherkin/Cucumber format) describing feature scenarios and acceptance criteria.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo (index)
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
# 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo (index)
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
## role
Defines SSH key authentication requirements for secure Git repository cloning and container-based git operations.
Defines specifications for SSH-based Git repository authentication and cloning operations in containerized environments.
## parent
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
# 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/git-repo/.pi-map.index.md
## role
Defines SSH key authentication requirements for secure Git repository cloning and container-based git operations.
Defines specifications for SSH-based Git repository authentication and cloning operations in containerized environments.
## files
- spec.md | Defines requirements for associating SSH keys with Git repositories for clone operations and container git access
## arch
Specification-driven requirements document using markdown-based technical specification pattern with use-case and scenario-based structure.
Requirements-driven specification document using markdown-based documentation pattern with user story and acceptance criteria structure.
## tags
git, spec, defines, requirements, associating, ssh, keys, repositories
## symbols
@@ -1,18 +1,18 @@
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode (index)
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
# 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode (index)
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
## role
Defines requirements for host-side repository cloning with branch selection, SSH key preparation for containers, and repository dirty state detection
## parent
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
# 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/repo-clone-mode/.pi-map.index.md
## role
Defines requirements for host-side repository cloning with branch selection, SSH key preparation for containers, and repository dirty state detection
## files
- spec.md | Defines requirements for host-side repository cloning with branch selection, SSH key preparation for containers, and repository dirty state detection | dep: git, ssh, filesystem
## arch
Specification-driven requirements document using Markdown-based technical specification pattern with functional requirements, non-functional requirements, and acceptance criteria sections
Specification-driven design using Markdown-based requirements documents with clear separation of concerns (cloning, SSH key management, state detection)
## tags
repository, ssh, spec, defines, requirements, host, side, cloning
## symbols
@@ -1,18 +1,18 @@
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances (index)
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
# 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances (index)
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
## role
Defines requirements for managing tool instances with lifecycle operations including clone/mount modes, SSH key mounting, and safe deletion with dirty-state validation.
Defines requirements for managing tool instances with lifecycle operations including cloning, mounting, and safe deletion with state validation.
## parent
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
map: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
map: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
dir: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
# 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
dir: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances
index: archive/2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
index: 2026-05-22-repo-clone-mode-with-ssh/specs/tool-instances/.pi-map.index.md
## role
Defines requirements for managing tool instances with lifecycle operations including clone/mount modes, SSH key mounting, and safe deletion with dirty-state validation.
Defines requirements for managing tool instances with lifecycle operations including cloning, mounting, and safe deletion with state validation.
## files
- spec.md | Specifies requirements for a tool instance management system supporting clone/mount modes, SSH key mounting, and dirty-state checks before deletion. | dep: git, docker-compose, SSH, container runtime
## arch
Specification-driven requirements document using Markdown, focusing on stateful resource management with mode-based configuration (clone vs mount) and safety guards for destructive operations.
Specification-driven requirements document using markdown-based structured documentation for system behavior and constraints.
## tags
ssh, spec, specifies, requirements, tool, instance, management, system
## symbols