chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# 2026-05-22-git-repo-ssh-clone-check (index)
|
||||
dir: 2026-05-22-git-repo-ssh-clone-check
|
||||
# openspec/changes/archive/2026-05-22-git-repo-ssh-clone-check (index)
|
||||
dir: openspec/changes/archive/2026-05-22-git-repo-ssh-clone-check
|
||||
|
||||
## role
|
||||
Defines a feature for SSH-based Git repository cloning with owner/repo shorthand input and preflight existence validation.
|
||||
Design and specification package for implementing SSH-only git repository cloning with structured clone path validation
|
||||
## parent
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
index: openspec/changes/archive/.pi-map.index.md
|
||||
map: openspec/changes/archive/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
@@ -14,8 +14,8 @@ map: ./.pi-map.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: 2026-05-22-git-repo-ssh-clone-check/.pi-map.index.md
|
||||
map: 2026-05-22-git-repo-ssh-clone-check/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-22-git-repo-ssh-clone-check/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-git-repo-ssh-clone-check/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# 2026-05-22-git-repo-ssh-clone-check
|
||||
dir: 2026-05-22-git-repo-ssh-clone-check
|
||||
# openspec/changes/archive/2026-05-22-git-repo-ssh-clone-check
|
||||
dir: openspec/changes/archive/2026-05-22-git-repo-ssh-clone-check
|
||||
|
||||
index: 2026-05-22-git-repo-ssh-clone-check/.pi-map.index.md
|
||||
index: openspec/changes/archive/2026-05-22-git-repo-ssh-clone-check/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines a feature for SSH-based Git repository cloning with owner/repo shorthand input and preflight existence validation.
|
||||
Design and specification package for implementing SSH-only git repository cloning with structured clone path 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
|
||||
- design.md | Design specification for adding a structured SSH-only clone path for a fixed git provider while preserving existing repository creation behaviors | dep: git, existing repository creation endpoint (POST /projects/{project_id}/repositories), shared repository creation dialog
|
||||
- proposal.md | Proposes a UI/UX enhancement to allow SSH-only repository cloning via owner/repo shorthand instead of full URLs, with preflight validation | dep: git, frontend dialog components, backend create endpoint, git_repositories.py
|
||||
- tasks.md | Project task tracking document for implementing SSH-based repository creation with structured clone forms
|
||||
## arch
|
||||
Documentation-driven specification package using OpenSpec schema configuration, separated design/proposal/task documents, and structured SSH validation workflow for Git provider integration.
|
||||
Specification-driven development using OpenSpec schema with phased documentation (design → proposal → tasks) and preflight validation pattern for UI/UX enhancement
|
||||
## tags
|
||||
git, ssh, design, clone, creation, .openspec, document, structured
|
||||
creation, design, ssh, git, repository, .openspec, structured, clone
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
Reference in New Issue
Block a user