chore(project-map): regenerate .pi-map artifacts across the repo

This commit is contained in:
Developer
2026-06-17 11:31:24 +00:00
parent 0dd5f2317b
commit 93da9b42a2
683 changed files with 5075 additions and 4965 deletions
@@ -1,15 +1,15 @@
# 2025-05-17-user-profile (index)
dir: 2025-05-17-user-profile
# openspec/changes/archive/2025-05-17-user-profile (index)
dir: openspec/changes/archive/2025-05-17-user-profile
## role
Design and planning package for an authenticated user profile management feature with read/update endpoints, frontend page, and avatar upload.
Defines a complete user profile management feature specification including backend API, frontend UI, and avatar upload capabilities.
## parent
index: ./.pi-map.index.md
map: ./.pi-map.md
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
## children
- 2025-05-17-user-profile/specs
index: 2025-05-17-user-profile/specs/.pi-map.index.md
map: 2025-05-17-user-profile/specs/.pi-map.md
- openspec/changes/archive/2025-05-17-user-profile/specs
index: openspec/changes/archive/2025-05-17-user-profile/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-user-profile/specs/.pi-map.md
## files
- .openspec.yaml
- README.md
@@ -17,8 +17,8 @@ map: ./.pi-map.md
- proposal.md
- tasks.md
## links
index: 2025-05-17-user-profile/.pi-map.index.md
map: 2025-05-17-user-profile/.pi-map.md
index: openspec/changes/archive/2025-05-17-user-profile/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-user-profile/.pi-map.md
## workflows
-
## dirty
@@ -1,20 +1,20 @@
# 2025-05-17-user-profile
dir: 2025-05-17-user-profile
# openspec/changes/archive/2025-05-17-user-profile
dir: openspec/changes/archive/2025-05-17-user-profile
index: 2025-05-17-user-profile/.pi-map.index.md
index: openspec/changes/archive/2025-05-17-user-profile/.pi-map.index.md
## role
Design and planning package for an authenticated user profile management feature with read/update endpoints, frontend page, and avatar upload.
Defines a complete user profile management feature specification including backend API, frontend UI, and avatar upload capabilities.
## files
- .openspec.yaml | Defines an OpenAPI specification file metadata with schema type and creation date
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- README.md | Documents the implementation of an authenticated user profile read/update flow across API and frontend
- design.md | Design document for implementing a user profile management feature with backend API endpoints and frontend page | dep: FastAPI, JWT authentication, cookie-based auth, static file serving, React/frontend framework
- proposal.md | Proposes implementing authenticated user profile management with read/update endpoints, frontend page, and avatar upload functionality. | dep: apps/api/src/api/, apps/web/src/, auth-oauth, User model
- tasks.md | Tracks implementation tasks for a user profile feature across backend API and frontend, with completion status and follow-up notes.
- design.md | Design document specifying a user profile management feature with backend API endpoints and frontend page for viewing/updating profile data and uploading avatars. | dep: FastAPI, JWT authentication, User model, UploadFile, static file serving, frontend routing/form handling
- proposal.md | This file is a technical proposal document outlining the implementation of user profile management functionality, including API endpoints, frontend page, and avatar upload capabilities.
- tasks.md | A project task tracking file documenting the implementation status of a user profile feature across backend API, frontend UI, and verification steps.
## arch
Specification-driven development using OpenAPI schema definitions, with phased task tracking across backend API and frontend implementation, documented through proposal, design, and task artifacts.
Specification-driven development using OpenSpec schema with structured design documents (design/proposal/tasks) separating concerns across backend API endpoints and frontend React page components.
## tags
api, user, profile, frontend, design, tasks, .openspec, implementation
profile, user, api, frontend, implementation, design, proposal, .openspec
## symbols
-
## workflows
@@ -1,19 +1,19 @@
# 2025-05-17-user-profile/specs (index)
dir: 2025-05-17-user-profile/specs
# openspec/changes/archive/2025-05-17-user-profile/specs (index)
dir: openspec/changes/archive/2025-05-17-user-profile/specs
## role
Contains specification documents defining requirements and behavior for the user profile feature.
Contains archived specification documents for user profile feature changes from May 17, 2025, serving as historical design documentation for the openspec project.
## parent
index: 2025-05-17-user-profile/.pi-map.index.md
map: 2025-05-17-user-profile/.pi-map.md
index: openspec/changes/archive/2025-05-17-user-profile/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-user-profile/.pi-map.md
## children
- 2025-05-17-user-profile/specs/user-profile
index: 2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
map: 2025-05-17-user-profile/specs/user-profile/.pi-map.md
- openspec/changes/archive/2025-05-17-user-profile/specs/user-profile
index: openspec/changes/archive/2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-user-profile/specs/user-profile/.pi-map.md
## files
## links
index: 2025-05-17-user-profile/specs/.pi-map.index.md
map: 2025-05-17-user-profile/specs/.pi-map.md
index: openspec/changes/archive/2025-05-17-user-profile/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-user-profile/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,13 +1,13 @@
# 2025-05-17-user-profile/specs
dir: 2025-05-17-user-profile/specs
# openspec/changes/archive/2025-05-17-user-profile/specs
dir: openspec/changes/archive/2025-05-17-user-profile/specs
index: 2025-05-17-user-profile/specs/.pi-map.index.md
index: openspec/changes/archive/2025-05-17-user-profile/specs/.pi-map.index.md
## role
Contains specification documents defining requirements and behavior for the user profile feature.
Contains archived specification documents for user profile feature changes from May 17, 2025, serving as historical design documentation for the openspec project.
## files
## arch
Documentation-driven specification pattern with date-based versioning for feature scoping.
Simple date-based archival directory structure with no active code, following a flat file storage pattern for version-controlled specification snapshots.
## tags
-
## symbols
@@ -1,18 +1,18 @@
# 2025-05-17-user-profile/specs/user-profile (index)
dir: 2025-05-17-user-profile/specs/user-profile
# openspec/changes/archive/2025-05-17-user-profile/specs/user-profile (index)
dir: openspec/changes/archive/2025-05-17-user-profile/specs/user-profile
## role
Defines functional specifications for a user profile management system including profile retrieval, updates, and local avatar storage
Defines functional requirements for user profile management capabilities including data retrieval, updates, and local avatar storage.
## parent
index: 2025-05-17-user-profile/specs/.pi-map.index.md
map: 2025-05-17-user-profile/specs/.pi-map.md
index: openspec/changes/archive/2025-05-17-user-profile/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-user-profile/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: 2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
map: 2025-05-17-user-profile/specs/user-profile/.pi-map.md
index: openspec/changes/archive/2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-user-profile/specs/user-profile/.pi-map.md
## workflows
-
## dirty
@@ -1,16 +1,16 @@
# 2025-05-17-user-profile/specs/user-profile
dir: 2025-05-17-user-profile/specs/user-profile
# openspec/changes/archive/2025-05-17-user-profile/specs/user-profile
dir: openspec/changes/archive/2025-05-17-user-profile/specs/user-profile
index: 2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
index: openspec/changes/archive/2025-05-17-user-profile/specs/user-profile/.pi-map.index.md
## role
Defines functional specifications for a user profile management system including profile retrieval, updates, and local avatar storage
Defines functional requirements for user profile management capabilities including data retrieval, updates, and local avatar storage.
## files
- spec.md | Defines functional specifications for a user profile management system including profile retrieval, updates, and local avatar storage | dep: auth-oauth, User database model, pytest, mypy, ruff, npm/typecheck, npm/lint
- spec.md | Specifies requirements for user profile management including retrieval, updates, and local avatar storage | dep: auth-oauth, User database model, pytest, mypy, ruff, npm typecheck, npm lint
## arch
Specification-driven design with markdown-based requirements documentation
Specification-driven requirements document using markdown-based structured documentation pattern for feature specification.
## tags
profile, npm, spec, defines, functional, specifications, user, management
spec, specifies, requirements, user, profile, management, including, retrieval
## symbols
-
## workflows