c8db6ce933
- 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)
968 B
968 B
2026-06-14-completed-specs-archive/git-repo
dir: 2026-06-14-completed-specs-archive/git-repo
index: 2026-06-14-completed-specs-archive/git-repo/.pi-map.index.md
role
Defines specifications for a bare git repository management service that bridges filesystem storage with database-backed metadata and SSH key integration.
files
- spec.md | Specifies requirements for managing bare git repositories on disk with database metadata, including creation, SSH key association, cloning, listing, deletion, and duplicate prevention. | dep: Database models (GitRepository, Project, User), Docker volume for repo storage
arch
Specification-driven domain design with clear separation between storage operations (create/clone/delete), metadata persistence, and access control (SSH keys), emphasizing idempotency and duplicate prevention constraints.
tags
spec, specifies, requirements, managing, bare, git, repositories, disk