chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
# 2026-05-17-frontend-foundation/specs (index)
|
||||
dir: 2026-05-17-frontend-foundation/specs
|
||||
# openspec/changes/archive/2026-05-17-frontend-foundation/specs (index)
|
||||
dir: openspec/changes/archive/2026-05-17-frontend-foundation/specs
|
||||
|
||||
## role
|
||||
Contains specification documents defining requirements and design decisions for the frontend foundation layer.
|
||||
Contains historical specification documents for the frontend foundation changes dated May 17, 2026, serving as an archived record of past design decisions.
|
||||
## parent
|
||||
index: 2026-05-17-frontend-foundation/.pi-map.index.md
|
||||
map: 2026-05-17-frontend-foundation/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-17-frontend-foundation/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-17-frontend-foundation/.pi-map.md
|
||||
## children
|
||||
- 2026-05-17-frontend-foundation/specs/frontend-foundation
|
||||
index: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
|
||||
map: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.md
|
||||
- openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation
|
||||
index: openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: 2026-05-17-frontend-foundation/specs/.pi-map.index.md
|
||||
map: 2026-05-17-frontend-foundation/specs/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-17-frontend-foundation/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-17-frontend-foundation/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# 2026-05-17-frontend-foundation/specs
|
||||
dir: 2026-05-17-frontend-foundation/specs
|
||||
# openspec/changes/archive/2026-05-17-frontend-foundation/specs
|
||||
dir: openspec/changes/archive/2026-05-17-frontend-foundation/specs
|
||||
|
||||
index: 2026-05-17-frontend-foundation/specs/.pi-map.index.md
|
||||
index: openspec/changes/archive/2026-05-17-frontend-foundation/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains specification documents defining requirements and design decisions for the frontend foundation layer.
|
||||
Contains historical specification documents for the frontend foundation changes dated May 17, 2026, serving as an archived record of past design decisions.
|
||||
## files
|
||||
## arch
|
||||
Documentation-driven architecture using specification files to formalize API contracts, component interfaces, and implementation standards before code development.
|
||||
Simple archival storage pattern using date-based directory naming convention with flat file organization for version-controlled specification documents.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# 2026-05-17-frontend-foundation/specs/frontend-foundation (index)
|
||||
dir: 2026-05-17-frontend-foundation/specs/frontend-foundation
|
||||
# openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation (index)
|
||||
dir: openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation
|
||||
|
||||
## role
|
||||
Defines the technical specification and requirements for a React 18+ TypeScript frontend foundation with routing, authentication, layout, and HTTP client capabilities.
|
||||
Defines frontend foundation specifications for a React 18+ TypeScript web application including routing, layout, HTTP client, and loading state management.
|
||||
## parent
|
||||
index: 2026-05-17-frontend-foundation/specs/.pi-map.index.md
|
||||
map: 2026-05-17-frontend-foundation/specs/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-17-frontend-foundation/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-17-frontend-foundation/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
|
||||
map: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+6
-6
@@ -1,14 +1,14 @@
|
||||
# 2026-05-17-frontend-foundation/specs/frontend-foundation
|
||||
dir: 2026-05-17-frontend-foundation/specs/frontend-foundation
|
||||
# openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation
|
||||
dir: openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation
|
||||
|
||||
index: 2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
|
||||
index: openspec/changes/archive/2026-05-17-frontend-foundation/specs/frontend-foundation/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines the technical specification and requirements for a React 18+ TypeScript frontend foundation with routing, authentication, layout, and HTTP client capabilities.
|
||||
Defines frontend foundation specifications for a React 18+ TypeScript web application including routing, layout, HTTP client, and loading state management.
|
||||
## files
|
||||
- spec.md | This file specifies frontend requirements for a React 18+ TypeScript web application with routing, authentication, layout, and HTTP client configuration. | dep: React 18+, TypeScript 5+, Vite, React Router, Axios/fetch
|
||||
- spec.md | Specifies frontend requirements for a React 18+ TypeScript web application with routing, layout, HTTP client, and loading state management. | dep: React 18+, TypeScript 5+, Vite, React Router, Axios/fetch
|
||||
## arch
|
||||
Specification-driven architecture using React 18 with TypeScript, likely implementing common patterns such as component-based UI, client-side routing, token-based authentication, responsive layout systems, and configurable HTTP interceptors.
|
||||
Specification-driven architecture using markdown-based requirements documentation to establish foundational frontend patterns before implementation.
|
||||
## tags
|
||||
spec, specifies, frontend, requirements, react, typescript, web, application
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user