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
+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