docs: mark Stage 1 done (CI green)
Tests · Go / test (pull_request) Successful in 4s
Tests · Integration / integration (pull_request) Successful in 6s

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