chore(project-map): refresh .pi-map role/arch summaries

Regenerate project map artifacts across backend, docs, openspec, and
root to refresh role descriptions and architectural notes after recent
service-registry and observability changes.

Co-authored-by: el Gentleman <gentleman@pi.local>
This commit is contained in:
Developer
2026-06-26 09:10:19 +00:00
parent 7d252489de
commit 648320abfd
22 changed files with 55 additions and 57 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ dir: backend/src
index: backend/src/.pi-map.index.md
## role
Root source directory serving as the entry point for the backend application.
Backend application source directory containing the core business logic, API endpoints, data models, and server configuration for the project.
## files
## arch
Likely follows a modular/framework-dependent architecture (e.g., MVC, layered, or hexagonal); contains core application setup, routing, configuration, and business logic modules.
Likely follows a layered/n-tier architecture (controllers/services/models) with possible modular or hexagonal patterns; structure depends on framework conventions (e.g., Express, NestJS, Django, Spring Boot).
## tags
-
## symbols