We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dd6d2 commit 8605c9fCopy full SHA for 8605c9f
1 file changed
docs/architecture.md
@@ -67,6 +67,8 @@ Each backend service internally follows Clean Architecture:
67
`api/` (routes) -> `services/` (business logic) -> `repositories/` (DB access)
68
-> `models/` (SQLAlchemy) with `schemas/` (Pydantic) for I/O validation.
69
70
-## Roadmap
71
-See Phase 0–19 list in project planning notes. Each phase produces a working,
72
-tested increment.
+
+## Project History & Engineering Logs
+This system was built incrementally across 19 distinct phases.
73
+- **[View Full Phase-by-Phase Development Notes](https://your-drive-link-here)**
74
+ * Contains raw research, initial phase plans, and detailed troubleshooting steps used during the "vibe coding" process.
0 commit comments