chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
# 2026-05-19-smart-git-url-parsing (index)
|
||||
dir: 2026-05-19-smart-git-url-parsing
|
||||
# openspec/changes/archive/2026-05-19-smart-git-url-parsing (index)
|
||||
dir: openspec/changes/archive/2026-05-19-smart-git-url-parsing
|
||||
|
||||
## role
|
||||
Defines a feature proposal and implementation plan for intelligent Git URL parsing that converts browser URLs to valid clone URLs during repository creation.
|
||||
Proposed feature specification for intelligent git URL parsing that automatically detects, validates, and suggests corrections for malformed repository URLs during repository creation workflows.
|
||||
## 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
|
||||
- 2026-05-19-smart-git-url-parsing/specs
|
||||
index: 2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
map: 2026-05-19-smart-git-url-parsing/specs/.pi-map.md
|
||||
- openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs
|
||||
index: openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: 2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
map: 2026-05-19-smart-git-url-parsing/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-19-smart-git-url-parsing/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# 2026-05-19-smart-git-url-parsing
|
||||
dir: 2026-05-19-smart-git-url-parsing
|
||||
# openspec/changes/archive/2026-05-19-smart-git-url-parsing
|
||||
dir: openspec/changes/archive/2026-05-19-smart-git-url-parsing
|
||||
|
||||
index: 2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
index: openspec/changes/archive/2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines a feature proposal and implementation plan for intelligent Git URL parsing that converts browser URLs to valid clone URLs during repository creation.
|
||||
Proposed feature specification for intelligent git URL parsing that automatically detects, validates, and suggests corrections for malformed repository URLs during repository creation workflows.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Design document for a smart Git URL parsing feature that detects browser URLs from GitHub/GitLab/Bitbucket and converts them to valid clone URLs
|
||||
- proposal.md | Proposes a feature to intelligently parse and correct malformed Git repository URLs pasted by users during repository creation
|
||||
- tasks.md | Project task breakdown for implementing smart Git URL parsing across backend and frontend with validation, suggestion, and user confirmation flows | dep: FastAPI, Python, TypeScript, React, ruff, mypy, pytest
|
||||
- design.md | Design document for smart URL parsing system that converts browser URLs to git clone URLs with user confirmation flow
|
||||
- proposal.md | Proposes a feature to automatically detect and correct malformed git repository URLs pasted by users during repository creation
|
||||
- tasks.md | Project task list for implementing smart Git URL parsing across backend and frontend with validation, suggestion, and user confirmation workflows
|
||||
## arch
|
||||
Documentation-driven design using markdown specs (design/proposal/tasks) with YAML metadata, following a structured product development workflow from concept to task breakdown.
|
||||
Specification-driven design using OpenSpec schema with phased implementation plan (backend validation API → frontend suggestion UI → user confirmation flow) and clear separation between URL parsing logic, suggestion generation, and user interaction components.
|
||||
## tags
|
||||
design, git, urls, creation, .openspec, smart, url, parsing
|
||||
design, urls, git, creation, .openspec, smart, url, parsing
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# 2026-05-19-smart-git-url-parsing/specs (index)
|
||||
dir: 2026-05-19-smart-git-url-parsing/specs
|
||||
# openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs (index)
|
||||
dir: openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs
|
||||
|
||||
## role
|
||||
Defines the behavioral specification for a smart URL parsing system that distinguishes browser URLs from git clone URLs and extracts canonical repository URLs with user confirmation workflows.
|
||||
Defines the specification for a smart Git URL parsing service that converts browser URLs to valid git clone URLs.
|
||||
## parent
|
||||
index: 2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
map: 2026-05-19-smart-git-url-parsing/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-19-smart-git-url-parsing/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: 2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
map: 2026-05-19-smart-git-url-parsing/specs/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# 2026-05-19-smart-git-url-parsing/specs
|
||||
dir: 2026-05-19-smart-git-url-parsing/specs
|
||||
# openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs
|
||||
dir: openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs
|
||||
|
||||
index: 2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
index: openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines the behavioral specification for a smart URL parsing system that distinguishes browser URLs from git clone URLs and extracts canonical repository URLs with user confirmation workflows.
|
||||
Defines the specification for a smart Git URL parsing service that converts browser URLs to valid git clone URLs.
|
||||
## files
|
||||
- spec.md | Defines a specification for detecting browser URLs versus git clone URLs and extracting base repository URLs with user confirmation workflows
|
||||
- spec.md | Specifies requirements, API, data model, parsing rules, and frontend behavior for a smart Git URL parsing service that converts browser URLs to valid git clone URLs
|
||||
## arch
|
||||
Specification-driven design using markdown-based requirements documentation with structured sections for overview, goals, non-goals, user stories, and detailed behavioral specifications for URL classification, extraction, and interactive confirmation flows.
|
||||
Requirements-driven specification document following a structured spec format with sections for API, data model, parsing rules, and frontend behavior.
|
||||
## tags
|
||||
urls, spec, defines, specification, detecting, browser, versus, git
|
||||
parsing, git, urls, spec, specifies, requirements, api, data
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
Reference in New Issue
Block a user