chore: track all project map and index files
Add generated .pi-map.md and .pi-map.index.md files across the repository so the project navigation maps are shared and versioned. These artifacts are maintained by project_map_init/patch/validate and must be kept in sync with source edits. Note: .cache/ remains ignored (added in previous commit).
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# openspec/changes/reorganize-long-files (index)
|
||||
dir: openspec/changes/reorganize-long-files
|
||||
|
||||
## role
|
||||
Defines and tracks a structural refactoring initiative to decompose monolithic frontend pages and backend routers into modular, maintainable components.
|
||||
## parent
|
||||
index: openspec/changes/.pi-map.index.md
|
||||
map: openspec/changes/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- proposal.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
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,22 @@
|
||||
# openspec/changes/reorganize-long-files
|
||||
dir: openspec/changes/reorganize-long-files
|
||||
|
||||
index: openspec/changes/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.
|
||||
## 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.
|
||||
## tags
|
||||
refactoring, monolithic, frontend, pages, backend, routers, components, websocket
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
Reference in New Issue
Block a user