chore: archive 15 completed OpenSpec changes

Move the following audited-and-implemented changes into
openspec/changes/archive/2026-06-12-completed-changes-archive/:

- backend-frontend-refactoring
- config-profile-git-mounts
- config-profile-includes-ui
- config-profile-multi-repo-mounts
- container-monitoring-notifications
- git-mount-url-validation
- home-path-expansion
- mobile-terminal-ux
- mount-specificity-ordering
- notification-center
- persistent-terminal-sessions
- session-list-overhaul
- ssh-key-mounting
- terminal-fullscreen-unified-header
- tool-session-progress-and-updates

Also regenerated .pi-map*.md files for openspec/changes so the
remaining active changes (multi-session-terminal-ux, reorganize-long-files,
working-copies, workspace-first-ui) reflect the new layout.
This commit is contained in:
Developer
2026-06-12 14:26:55 +00:00
parent 30549f4863
commit caadd59441
493 changed files with 3563 additions and 3490 deletions
@@ -1,23 +1,23 @@
# openspec/changes/archive/2026-05-19-smart-git-url-parsing (index)
dir: openspec/changes/archive/2026-05-19-smart-git-url-parsing
# archive/2026-05-19-smart-git-url-parsing (index)
dir: archive/2026-05-19-smart-git-url-parsing
## role
Contains archived design documents and specifications for a smart Git URL parsing feature that converts browser URLs to clone URLs during repository creation.
Prototype package containing design documents and specifications for a smart Git URL parsing feature that normalizes browser URLs to cloneable Git URLs
## parent
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
index: archive/.pi-map.index.md
map: archive/.pi-map.md
## children
- 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
- 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
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
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
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
## workflows
-
## dirty
@@ -1,17 +1,17 @@
# openspec/changes/archive/2026-05-19-smart-git-url-parsing
dir: openspec/changes/archive/2026-05-19-smart-git-url-parsing
# archive/2026-05-19-smart-git-url-parsing
dir: archive/2026-05-19-smart-git-url-parsing
index: openspec/changes/archive/2026-05-19-smart-git-url-parsing/.pi-map.index.md
index: archive/2026-05-19-smart-git-url-parsing/.pi-map.index.md
## role
Contains archived design documents and specifications for a smart Git URL parsing feature that converts browser URLs to clone URLs during repository creation.
Prototype package containing design documents and specifications for a smart Git URL parsing feature that normalizes browser URLs to cloneable Git URLs
## 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
Documentation-driven specification with markdown-based design documents (proposal, design, tasks) and YAML metadata, following a structured change proposal pattern for cross-functional (backend/frontend) feature development.
Document-driven specification pattern with OpenSpec schema configuration, separated into design rationale (design.md), feature proposal (proposal.md), and implementation task tracking (tasks.md)
## tags
design, git, urls, creation, .openspec, smart, url, parsing
## symbols
@@ -1,18 +1,18 @@
# openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs (index)
dir: openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs
# archive/2026-05-19-smart-git-url-parsing/specs (index)
dir: archive/2026-05-19-smart-git-url-parsing/specs
## role
Defines a specification for intelligent URL parsing that distinguishes browser URLs from git clone URLs and extracts canonical repository URLs with user confirmation workflows.
Defines specifications for intelligent URL parsing to distinguish browser URLs from git clone URLs with repository extraction and user confirmation workflows.
## parent
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
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
## children
-
## files
- spec.md
## links
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
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
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs
dir: openspec/changes/archive/2026-05-19-smart-git-url-parsing/specs
# archive/2026-05-19-smart-git-url-parsing/specs
dir: 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
index: archive/2026-05-19-smart-git-url-parsing/specs/.pi-map.index.md
## role
Defines a specification for intelligent URL parsing that distinguishes browser URLs from git clone URLs and extracts canonical repository URLs with user confirmation workflows.
Defines specifications for intelligent URL parsing to distinguish browser URLs from git clone URLs with repository extraction and 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
Specification-driven design using structured markdown documentation with explicit user-interaction workflows, input/output examples, and decision-tree logic for URL classification and transformation.
Markdown-based specification document using structured requirements definition with workflow state diagrams and decision trees for URL classification logic.
## tags
urls, spec, defines, specification, detecting, browser, versus, git
## symbols