Skip to content

Commit 8605c9f

Browse files
Update architecture documentation with project history
Added project history and engineering logs section with a link to full development notes.
1 parent 59dd6d2 commit 8605c9f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/architecture.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Each backend service internally follows Clean Architecture:
6767
`api/` (routes) -> `services/` (business logic) -> `repositories/` (DB access)
6868
-> `models/` (SQLAlchemy) with `schemas/` (Pydantic) for I/O validation.
6969

70-
## Roadmap
71-
See Phase 0–19 list in project planning notes. Each phase produces a working,
72-
tested increment.
70+
71+
## Project History & Engineering Logs
72+
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

Comments
 (0)