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,11 +1,11 @@
# openspec/changes/reorganize-long-files (index)
dir: openspec/changes/reorganize-long-files
# reorganize-long-files (index)
dir: reorganize-long-files
## role
Defines and tracks a structural refactoring initiative to decompose monolithic frontend pages and backend routers into modular, maintainable components.
Contains planning and specification documents for a structural refactoring initiative to modularize monolithic frontend pages and backend routers into thinner, more maintainable components.
## parent
index: openspec/changes/.pi-map.index.md
map: openspec/changes/.pi-map.md
index: ./.pi-map.index.md
map: ./.pi-map.md
## children
-
## files
@@ -14,8 +14,8 @@ map: openspec/changes/.pi-map.md
- spec.md
- tasks.md
## links
index: openspec/changes/reorganize-long-files/.pi-map.index.md
map: openspec/changes/reorganize-long-files/.pi-map.md
index: reorganize-long-files/.pi-map.index.md
map: reorganize-long-files/.pi-map.md
## workflows
-
## dirty
@@ -1,17 +1,17 @@
# openspec/changes/reorganize-long-files
dir: openspec/changes/reorganize-long-files
# reorganize-long-files
dir: reorganize-long-files
index: openspec/changes/reorganize-long-files/.pi-map.index.md
index: reorganize-long-files/.pi-map.index.md
## role
Defines and tracks a structural refactoring initiative to decompose monolithic frontend pages and backend routers into modular, maintainable components.
Contains planning and specification documents for a structural refactoring initiative to modularize monolithic frontend pages and backend routers into thinner, more maintainable components.
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- proposal.md | Proposes a structural refactoring to split monolithic frontend pages and backend routers into thinner orchestrators with extracted components/services, restoring a thin-page/thin-router/fat-component pattern. | dep: React components, FastAPI routers, WebSocket, Docker, git services
- spec.md | A specification document defining a pure structural refactoring to split monolithic frontend pages/backend routers and CSS into smaller, focused components and services without changing any behavior or API contracts. | dep: React, CSS Modules, WebSocket, FastAPI/Flask routers, TypeScript, Vite
- tasks.md | A phased task list for refactoring a full-stack application by extracting monolithic backend routers and frontend pages/components into modular structures, plus reorganizing CSS into a maintainable architecture. | dep: FastAPI, React, TypeScript, Vite, CSS Modules, WebSocket, py_compile, tsc, npm
## arch
Documentation-driven specification pattern using phased task breakdown with OpenSpec metadata tracking, enforcing a thin-page/thin-router/fat-component architecture while preserving zero behavioral changes.
Documentation-driven refactoring approach using OpenSpec configuration, phased task planning, and pattern restoration (thin-page/thin-router/fat-component) with strict behavioral preservation (no API contract changes).
## tags
refactoring, monolithic, frontend, pages, backend, routers, components, websocket
## symbols