chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
+7
-7
@@ -1,11 +1,11 @@
|
||||
# 2026-06-12-completed-changes-archive/backend-frontend-refactoring (index)
|
||||
dir: 2026-06-12-completed-changes-archive/backend-frontend-refactoring
|
||||
# openspec/changes/archive/2026-06-12-completed-changes-archive/backend-frontend-refactoring (index)
|
||||
dir: openspec/changes/archive/2026-06-12-completed-changes-archive/backend-frontend-refactoring
|
||||
|
||||
## role
|
||||
This package serves as an archived planning and specification artifact for a completed structural refactoring that decomposed a monolithic Python/FastAPI backend and TypeScript frontend into domain-based modular subpackages.
|
||||
This package archives a completed 2026 structural refactoring specification that reorganized a Python/FastAPI backend and TypeScript frontend monolith into domain-based subpackages with extracted schemas and standardized naming conventions.
|
||||
## parent
|
||||
index: 2026-06-12-completed-changes-archive/.pi-map.index.md
|
||||
map: 2026-06-12-completed-changes-archive/.pi-map.md
|
||||
index: openspec/changes/archive/2026-06-12-completed-changes-archive/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-06-12-completed-changes-archive/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
@@ -15,8 +15,8 @@ map: 2026-06-12-completed-changes-archive/.pi-map.md
|
||||
- spec.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: 2026-06-12-completed-changes-archive/backend-frontend-refactoring/.pi-map.index.md
|
||||
map: 2026-06-12-completed-changes-archive/backend-frontend-refactoring/.pi-map.md
|
||||
index: openspec/changes/archive/2026-06-12-completed-changes-archive/backend-frontend-refactoring/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-06-12-completed-changes-archive/backend-frontend-refactoring/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+11
-11
@@ -1,20 +1,20 @@
|
||||
# 2026-06-12-completed-changes-archive/backend-frontend-refactoring
|
||||
dir: 2026-06-12-completed-changes-archive/backend-frontend-refactoring
|
||||
# openspec/changes/archive/2026-06-12-completed-changes-archive/backend-frontend-refactoring
|
||||
dir: openspec/changes/archive/2026-06-12-completed-changes-archive/backend-frontend-refactoring
|
||||
|
||||
index: 2026-06-12-completed-changes-archive/backend-frontend-refactoring/.pi-map.index.md
|
||||
index: openspec/changes/archive/2026-06-12-completed-changes-archive/backend-frontend-refactoring/.pi-map.index.md
|
||||
|
||||
## role
|
||||
This package serves as an archived planning and specification artifact for a completed structural refactoring that decomposed a monolithic Python/FastAPI backend and TypeScript frontend into domain-based modular subpackages.
|
||||
This package archives a completed 2026 structural refactoring specification that reorganized a Python/FastAPI backend and TypeScript frontend monolith into domain-based subpackages with extracted schemas and standardized naming conventions.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Architecture design document for a large-scale backend/frontend refactoring to decompose monolithic modules into domain-based subpackages while preserving API contracts and behavior | dep: FastAPI, Pydantic, SQLAlchemy, Docker, cloudflared, React/TypeScript
|
||||
- proposal.md | This file is a technical proposal document outlining a pure structural refactoring to split monolithic backend files and reorganize frontend code without changing any behavior.
|
||||
- spec.md | Defines a pure structural refactoring specification for extracting schemas, splitting monolithic services, reorganizing frontend features, and standardizing naming conventions without changing any behavior or API contracts. | dep: Pydantic, FastAPI (implied by Depends, API routers), SQLAlchemy AsyncSession, React/TypeScript frontend, Docker, ruff, npm
|
||||
- tasks.md | Defines a multi-phase refactoring plan to reorganize a Python/FastAPI backend and TypeScript frontend codebase into modular subpackages with verification steps | dep: FastAPI, Docker, pytest, ruff, py_compile, npm, TypeScript, React Router
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema version and creation date metadata
|
||||
- design.md | A design document specifying a large-scale backend/frontend refactoring to split monolithic modules into domain-based subpackages, extract schemas, and standardize naming conventions. | dep: FastAPI, Pydantic, SQLAlchemy, Docker, React/TypeScript, Git
|
||||
- proposal.md | Proposes a pure structural refactoring of a codebase to extract schemas, split monolithic services, refactor auth dependencies, and reorganize frontend files without changing behavior.
|
||||
- spec.md | This file defines a pure structural refactoring specification for extracting schemas, splitting service monoliths, reorganizing frontend code, and enforcing file size limits without changing any behavior or API contracts. | dep: Pydantic, FastAPI, SQLAlchemy, Docker Compose, React/TypeScript, ruff, npm
|
||||
- tasks.md | A phased project roadmap for reorganizing a Python/FastAPI backend and TypeScript frontend codebase into domain-based subpackages with verification steps | dep: Python, FastAPI, Pydantic, Docker, ruff, py_compile, pytest, npm, TypeScript, React
|
||||
## arch
|
||||
Document-driven waterfall planning architecture using OpenSpec schema configuration, multi-phase task breakdown (design → proposal → specification → implementation), and strict behavior-preserving refactoring patterns with API contract immutability and verification gates.
|
||||
Document-driven specification architecture using phased task breakdown (OpenSpec YAML metadata + layered markdown docs: design → proposal → spec → tasks) with behavior-preserving pure structural refactoring pattern enforced by file size limits and verification gates.
|
||||
## tags
|
||||
frontend, refactoring, defines, design, backend, monolithic, behavior, fastapi
|
||||
frontend, fastapi, typescript, design, refactoring, schemas, pydantic, react
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
Reference in New Issue
Block a user