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-git-repo-ssh-clone-check
|
||||
dir: archive/2026-05-22-git-repo-ssh-clone-check
|
||||
# 2026-05-22-git-repo-ssh-clone-check
|
||||
dir: 2026-05-22-git-repo-ssh-clone-check
|
||||
|
||||
index: archive/2026-05-22-git-repo-ssh-clone-check/.pi-map.index.md
|
||||
index: 2026-05-22-git-repo-ssh-clone-check/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive of design documents and proposals for a Git repository SSH clone feature with structured owner/repo input and preflight validation.
|
||||
Defines a feature for SSH-based Git repository cloning with owner/repo shorthand input and preflight existence validation.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Design document specifying a feature to clone repositories from a hardcoded Git provider using structured owner/repo inputs with preflight existence validation via SSH. | dep: git, existing repository creation endpoint (POST /projects/{project_id}/repositories), shared repository creation dialog
|
||||
- proposal.md | Proposes a UI/UX enhancement to simplify Git repository creation by allowing owner/repo shorthand input instead of full URLs, with SSH-only clone validation via preflight checks. | dep: git, SSH, frontend dialog components, backend API endpoints, git ls-remote
|
||||
- tasks.md | Project task tracking document for implementing SSH repository existence checks and structured clone form improvements | dep: git_repositories.py, RepositoryCreateDialog, git.commumedia.org
|
||||
## arch
|
||||
Specification-driven design using OpenSpec schema configuration, with separate design/proposal/task documents following a lightweight RFC-like pattern for feature planning.
|
||||
Documentation-driven specification package using OpenSpec schema configuration, separated design/proposal/task documents, and structured SSH validation workflow for Git provider integration.
|
||||
## tags
|
||||
git, ssh, design, clone, creation, .openspec, document, structured
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user