docs: dev/v0.2.0/STATUS.md + rc.1-3 phase checklist update #23

Merged
halofourteen merged 1 commits from chore/v0.2.0-status-doc into main 2026-05-27 19:37:34 +03:00
halofourteen commented 2026-05-27 15:36:42 +03:00 (Migrated from github.com)

Summary

Wrap-up after rc.3 merged. Adds the operating doc the next session
(or contributor) needs to continue work without reading every PR.

Files

  • dev/v0.2.0/STATUS.md (new) — what shipped per rc, current live
    DB counters (34 lessons, 22 POI, 22 postmortems, 2 reflections),
    7 known issues ranked, quick-start checklist.
  • docs/v0.2.0-self-learning.md — phase checklist updated from "[ ]"
    to "[x]" for everything that shipped; rc.4 candidates listed with
    link to the STATUS doc.
  • README.md — status bullet refreshed to mention rc.1/2/3 + the new
    STATUS path.

Convention

dev/v<version>/ is the new home for per-version development notes
that should survive between sessions. Design docs that pre-date a
version stay in docs/. Personal/server-specific memory still lives
under state/<host>/ (gitignored).

Test plan

  • Doc-only — no code changes, no tests to run.
  • Live state untouched.
## Summary Wrap-up after rc.3 merged. Adds the operating doc the next session (or contributor) needs to continue work without reading every PR. ## Files - **`dev/v0.2.0/STATUS.md`** (new) — what shipped per rc, current live DB counters (34 lessons, 22 POI, 22 postmortems, 2 reflections), 7 known issues ranked, quick-start checklist. - `docs/v0.2.0-self-learning.md` — phase checklist updated from "[ ]" to "[x]" for everything that shipped; rc.4 candidates listed with link to the STATUS doc. - `README.md` — status bullet refreshed to mention rc.1/2/3 + the new STATUS path. ## Convention `dev/v<version>/` is the new home for per-version development notes that should survive between sessions. Design docs that pre-date a version stay in `docs/`. Personal/server-specific memory still lives under `state/<host>/` (gitignored). ## Test plan - [x] Doc-only — no code changes, no tests to run. - [x] Live state untouched.
Sign in to join this conversation.