Add foundational documentation templates to support product design and architecture planning, including ADR, archetypes, LLM systems, dev setup, and shared modules.

This commit is contained in:
olekhondera
2025-12-12 02:31:03 +02:00
parent 5053235e95
commit c905cbb725
26 changed files with 759 additions and 65 deletions

5
apps/api/README.md Normal file
View File

@@ -0,0 +1,5 @@
# apps/api
Placeholder for the backend API/service (e.g., Node.js + TypeScript).
Scaffold code here in Phase 2.

5
apps/web/README.md Normal file
View File

@@ -0,0 +1,5 @@
# apps/web
Placeholder for the frontend application (e.g., Next.js).
Scaffold code here in Phase 2.