# openspec/specs/git-repo dir: openspec/specs/git-repo index: openspec/specs/git-repo/.pi-map.index.md ## role Defines the specification for a bare git repository management service that coordinates on-disk git storage with database-backed metadata. ## 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 Domain-driven specification pattern with clear separation between storage concerns (filesystem git operations) and metadata concerns (database records), using SSH key-based access control and duplicate prevention logic. ## tags spec, specifies, requirements, managing, bare, git, repositories, disk ## symbols - ## workflows - ## dirty -