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,23 +1,23 @@
|
||||
# archive/2026-05-19-smart-git-url-parsing (index)
|
||||
dir: archive/2026-05-19-smart-git-url-parsing
|
||||
# 2026-05-19-smart-git-url-parsing (index)
|
||||
dir: 2026-05-19-smart-git-url-parsing
|
||||
|
||||
## role
|
||||
Prototype package containing design documents and specifications for a smart Git URL parsing feature that normalizes browser URLs to cloneable Git URLs
|
||||
Defines a feature proposal and implementation plan for intelligent Git URL parsing that converts browser URLs to valid clone URLs during repository creation.
|
||||
## parent
|
||||
index: archive/.pi-map.index.md
|
||||
map: archive/.pi-map.md
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
## children
|
||||
- archive/2026-05-19-smart-git-url-parsing/specs
|
||||
index: archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
map: archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.md
|
||||
- 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
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: archive/2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
map: archive/2026-05-19-smart-git-url-parsing/.pi-map.md
|
||||
index: 2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
map: 2026-05-19-smart-git-url-parsing/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# archive/2026-05-19-smart-git-url-parsing
|
||||
dir: archive/2026-05-19-smart-git-url-parsing
|
||||
# 2026-05-19-smart-git-url-parsing
|
||||
dir: 2026-05-19-smart-git-url-parsing
|
||||
|
||||
index: archive/2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
index: 2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Prototype package containing design documents and specifications for a smart Git URL parsing feature that normalizes browser URLs to cloneable Git URLs
|
||||
Defines a feature proposal and implementation plan for intelligent Git URL parsing that converts browser URLs to valid clone URLs during repository creation.
|
||||
## 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
|
||||
## arch
|
||||
Document-driven specification pattern with OpenSpec schema configuration, separated into design rationale (design.md), feature proposal (proposal.md), and implementation task tracking (tasks.md)
|
||||
Documentation-driven design using markdown specs (design/proposal/tasks) with YAML metadata, following a structured product development workflow from concept to task breakdown.
|
||||
## tags
|
||||
design, git, urls, creation, .openspec, smart, url, parsing
|
||||
## symbols
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-19-smart-git-url-parsing/specs (index)
|
||||
dir: archive/2026-05-19-smart-git-url-parsing/specs
|
||||
# 2026-05-19-smart-git-url-parsing/specs (index)
|
||||
dir: 2026-05-19-smart-git-url-parsing/specs
|
||||
|
||||
## role
|
||||
Defines specifications for intelligent URL parsing to distinguish browser URLs from git clone URLs with repository extraction and user confirmation workflows.
|
||||
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.
|
||||
## parent
|
||||
index: archive/2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
map: archive/2026-05-19-smart-git-url-parsing/.pi-map.md
|
||||
index: 2026-05-19-smart-git-url-parsing/.pi-map.index.md
|
||||
map: 2026-05-19-smart-git-url-parsing/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
map: archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.md
|
||||
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
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-19-smart-git-url-parsing/specs
|
||||
dir: archive/2026-05-19-smart-git-url-parsing/specs
|
||||
# 2026-05-19-smart-git-url-parsing/specs
|
||||
dir: 2026-05-19-smart-git-url-parsing/specs
|
||||
|
||||
index: archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
index: 2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines specifications for intelligent URL parsing to distinguish browser URLs from git clone URLs with repository extraction and user confirmation workflows.
|
||||
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.
|
||||
## files
|
||||
- spec.md | Defines a specification for detecting browser URLs versus git clone URLs and extracting base repository URLs with user confirmation workflows
|
||||
## arch
|
||||
Markdown-based specification document using structured requirements definition with workflow state diagrams and decision trees for URL classification logic.
|
||||
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.
|
||||
## tags
|
||||
urls, spec, defines, specification, detecting, browser, versus, git
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user