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 -1
View File
@@ -2,7 +2,7 @@
dir: apps/api/uploads
## role
Handles file upload processing, storage, and retrieval for the API application.
Handles file upload processing and storage for the API application.
## parent
index: apps/api/.pi-map.index.md
map: apps/api/.pi-map.md
+2 -2
View File
@@ -4,10 +4,10 @@ dir: apps/api/uploads
index: apps/api/uploads/.pi-map.index.md
## role
Handles file upload processing, storage, and retrieval for the API application.
Handles file upload processing and storage for the API application.
## files
## arch
Express.js middleware pattern with multipart form parsing, likely using Multer or similar for file handling, with storage abstraction for local/cloud backends.
Likely follows a modular handler pattern with middleware for multipart parsing, file validation, and cloud storage or local filesystem abstraction.
## tags
-
## symbols
+1 -1
View File
@@ -2,7 +2,7 @@
dir: apps/api/uploads/avatars
## role
Storage directory for user avatar image files uploaded through the API application.
Storage directory for user avatar images uploaded through the API.
## parent
index: apps/api/uploads/.pi-map.index.md
map: apps/api/uploads/.pi-map.md
+2 -2
View File
@@ -4,14 +4,14 @@ dir: apps/api/uploads/avatars
index: apps/api/uploads/avatars/.pi-map.index.md
## role
Storage directory for user avatar image files uploaded through the API application.
Storage directory for user avatar images uploaded through the API.
## files
- 30d2810a-cb00-4065-8e5d-c7d32a0b55c9.png | Binary file
- b342b640-d3c1-488d-bdba-0e2890d6c363.png | Binary file
- da1c3121-20d7-400c-8c94-507a9d890810.png | Binary file
- ee9fdd89-0dcc-4f46-9ad8-01f4ff93720d.png | Binary file
## arch
Simple static file storage using UUID-named PNG files in a flat directory structure, serving as a persistent blob store without database indexing or subdirectory organization.
Simple static file storage using UUID-named PNG files in a flat directory structure, no application code or architectural patterns present.
## tags
binary, 30d2810a, cb00, 4065, 8e5d, c7d32a0b55c9, b342b640, d3c1
## symbols