From da079b2bc65da4ecf9ed14bceb252215539be404 Mon Sep 17 00:00:00 2001 From: Ilia Denisov Date: Tue, 2 Jun 2026 12:00:01 +0200 Subject: [PATCH] docs: mark Stage 0 done (CI green) --- PLAN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLAN.md b/PLAN.md index 8228e12..60d8353 100644 --- a/PLAN.md +++ b/PLAN.md @@ -33,7 +33,7 @@ independent (see ARCHITECTURE §9.1). | # | Stage | Status | |---|-------|--------| -| 0 | Scaffolding (go.work, backend skeleton, docs, CI) | **in review (CI)** | +| 0 | Scaffolding (go.work, backend skeleton, docs, CI) | **done** | | 1 | Backend foundation (config, server, Postgres+goose, sessions, accounts) | todo | | 2 | Engine package over scrabble-solver | todo | | 3 | Game domain (lifecycle, rules, hint, word-check, history+GCG, stats) | todo | @@ -55,7 +55,7 @@ Each stage: read this plan + relevant docs, **interview the owner on the open details below**, implement within scope, then update plan/docs/code and get CI green before marking done. -### Stage 0 — Scaffolding *(in review)* +### Stage 0 — Scaffolding *(done)* Scope: `go.work` (Go 1.26.3, `use ./backend`); minimal runnable `backend` (gin, zap, `/healthz`, `/readyz`, env config); docs skeleton; `PLAN.md`; `CLAUDE.md`; `.gitea/workflows/go-unit.yaml`; README; `.gitignore`.