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-workspace-visual-overhaul (index)
dir: openspec/changes/archive/2026-05-19-workspace-visual-overhaul
# archive/2026-05-19-workspace-visual-overhaul (index)
dir: archive/2026-05-19-workspace-visual-overhaul
## role
Archive of design specifications and project planning documents for a workspace visual overhaul initiative
Contains historical planning documents for a 2026 UI/UX redesign of a workspace interface with repository management, sidebar, and settings overhaul.
## 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-workspace-visual-overhaul/specs
index: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.md
- archive/2026-05-19-workspace-visual-overhaul/specs
index: archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.index.md
map: archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/.pi-map.md
index: archive/2026-05-19-workspace-visual-overhaul/.pi-map.index.md
map: archive/2026-05-19-workspace-visual-overhaul/.pi-map.md
## workflows
-
## dirty
@@ -1,17 +1,17 @@
# openspec/changes/archive/2026-05-19-workspace-visual-overhaul
dir: openspec/changes/archive/2026-05-19-workspace-visual-overhaul
# archive/2026-05-19-workspace-visual-overhaul
dir: archive/2026-05-19-workspace-visual-overhaul
index: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/.pi-map.index.md
index: archive/2026-05-19-workspace-visual-overhaul/.pi-map.index.md
## role
Archive of design specifications and project planning documents for a workspace visual overhaul initiative
Contains historical planning documents for a 2026 UI/UX redesign of a workspace interface with repository management, sidebar, and settings overhaul.
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- design.md | Design document for a workspace visual overhaul featuring a new project header, consolidated settings page with tabs, simplified sidebar, and updated routing structure. | dep: React/TypeScript component system, CSS variables/styling system, React Router, existing project API endpoints
- proposal.md | Proposes a UI/UX redesign of a repository workspace to follow GitHub-style layout conventions
- tasks.md | Project task list tracking a multi-phase UI overhaul for a workspace/settings interface with repository management, sidebar cleanup, and polish items
## arch
Documentation-driven specification pattern with structured design docs (design/proposal/tasks) using YAML metadata and phased task tracking for UI/UX redesign
Document-based project planning with no executable code; uses Markdown for design specs, task tracking, and proposals, plus YAML for configuration metadata.
## tags
design, workspace, .openspec, overhaul, project, settings, sidebar, repository
## symbols
@@ -1,18 +1,18 @@
# openspec/changes/archive/2026-05-19-workspace-visual-overhaul/specs (index)
dir: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/specs
# archive/2026-05-19-workspace-visual-overhaul/specs (index)
dir: archive/2026-05-19-workspace-visual-overhaul/specs
## role
Defines the technical specification for a workspace UI visual overhaul focused on repository settings migration and sidebar simplification.
Defines technical specifications for migrating repository management to a settings page and simplifying sidebar navigation in a workspace UI redesign.
## parent
index: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/.pi-map.md
index: archive/2026-05-19-workspace-visual-overhaul/.pi-map.index.md
map: archive/2026-05-19-workspace-visual-overhaul/.pi-map.md
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.md
index: archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.index.md
map: archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# openspec/changes/archive/2026-05-19-workspace-visual-overhaul/specs
dir: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/specs
# archive/2026-05-19-workspace-visual-overhaul/specs
dir: archive/2026-05-19-workspace-visual-overhaul/specs
index: openspec/changes/archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.index.md
index: archive/2026-05-19-workspace-visual-overhaul/specs/.pi-map.index.md
## role
Defines the technical specification for a workspace UI visual overhaul focused on repository settings migration and sidebar simplification.
Defines technical specifications for migrating repository management to a settings page and simplifying sidebar navigation in a workspace UI redesign.
## files
- spec.md | Specification document for a workspace UI visual overhaul project, defining requirements, route changes, component interfaces, and API contracts for moving repository management into a settings page and simplifying the sidebar navigation. | dep: React, React Router, TypeScript, API client, toast notification system, form validation library, responsive design framework, accessibility tools
## arch
Markdown-based specification document using structured requirements sections, route mapping tables, component interface definitions, and API contract documentation without executable code.
Markdown-based specification document using structured requirements, route definitions, component interface contracts, and API schema descriptions without executable code.
## tags
spec, specification, document, workspace, visual, overhaul, project, defining
## symbols