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,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