windsurf-project/ ├── src/ # Backend source code │ ├── core/ # Core infrastructure │ │ ├── EventBus.js # Event-driven system │ │ └── Database.js # In-memory database with mock data │ ├── services/ # ...