From ab2e42883a152641cfd48607dc17e747cffa203b Mon Sep 17 00:00:00 2001 From: Ilia Denisov Date: Tue, 2 Jun 2026 13:55:12 +0200 Subject: [PATCH] docs: mark Stage 1 done (CI green) --- PLAN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLAN.md b/PLAN.md index bae3096..fe0abeb 100644 --- a/PLAN.md +++ b/PLAN.md @@ -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 |