feat: update documentation with current implementation details and planned monorepo layout

This commit is contained in:
2025-12-30 13:39:43 +00:00
parent f6fe5b0caf
commit 79819c4a1b
6 changed files with 37 additions and 3 deletions
+6
View File
@@ -15,6 +15,12 @@ Vue 3 frontends.
- `/app/game-engine`: turn daemon per server+scenario profile
- `/tools/build-scripts`: build and deployment scripts
## Current Implementation Notes
- `packages/infra` is live and used by game-api/game-engine services.
- `app/game-api` and `app/game-engine` have initial implementations (tRPC endpoints, turn daemon loop).
- Frontend apps remain placeholders while backend/runtime stabilizes.
## Runtime Stack (Planned)
- Backend: Node.js + Fastify