docs: mark Stage 0 done (CI green)

This commit is contained in:
Ilia Denisov
2026-06-02 12:00:01 +02:00
parent effe6675bc
commit da079b2bc6
+2 -2
View File
@@ -33,7 +33,7 @@ independent (see ARCHITECTURE §9.1).
| # | Stage | Status | | # | 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 | | 1 | Backend foundation (config, server, Postgres+goose, sessions, accounts) | todo |
| 2 | Engine package over scrabble-solver | todo | | 2 | Engine package over scrabble-solver | todo |
| 3 | Game domain (lifecycle, rules, hint, word-check, history+GCG, stats) | 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 details below**, implement within scope, then update plan/docs/code and get CI
green before marking done. 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` Scope: `go.work` (Go 1.26.3, `use ./backend`); minimal runnable `backend`
(gin, zap, `/healthz`, `/readyz`, env config); docs skeleton; `PLAN.md`; (gin, zap, `/healthz`, `/readyz`, env config); docs skeleton; `PLAN.md`;
`CLAUDE.md`; `.gitea/workflows/go-unit.yaml`; README; `.gitignore`. `CLAUDE.md`; `.gitea/workflows/go-unit.yaml`; README; `.gitignore`.