docs: mark Stage 2 done (CI green)
Tests · Go / test (pull_request) Successful in 5s
Tests · Integration / integration (pull_request) Successful in 7s

This commit is contained in:
Ilia Denisov
2026-06-02 15:12:26 +02:00
parent 6d0dd4fb14
commit b422ff1159
+1 -1
View File
@@ -35,7 +35,7 @@ independent (see ARCHITECTURE §9.1).
|---|-------|--------|
| 0 | Scaffolding (go.work, backend skeleton, docs, CI) | **done** |
| 1 | Backend foundation (config, server, Postgres+goose, sessions, accounts) | **done** |
| 2 | Engine package over scrabble-solver | todo |
| 2 | Engine package over scrabble-solver | **done** |
| 3 | Game domain (lifecycle, rules, hint, word-check, history+GCG, stats) | todo |
| 4 | Lobby & social (matchmaking, friends, block, chat, profile, nudge) | todo |
| 5 | Robot opponent | todo |