docs(ui): finalize docs sync — README finalized-web summary + topic links (F7)

The de-archaeology and the ui/docs index landed in the earlier reorg
(0 "Phase N" refs in ui/docs/; 24 topic docs linked). This finishes the
sync: ui/README.md gains a finalized-web-target summary and links the new
topic docs (design-system, a11y, error-state-ux, pwa-strategy).
docs/ARCHITECTURE.md and docs/FUNCTIONAL.md need no change — they cover
the backend/gateway/cross-service contracts with no stale UI statements;
the finalized UI is client-local UX documented under ui/docs/. Marks F7
done.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ilia Denisov
2026-05-22 16:06:27 +02:00
parent 1dd8df9f6e
commit 53fb4f5f76
2 changed files with 26 additions and 1 deletions
+12 -1
View File
@@ -176,7 +176,18 @@ bitten us.) Goal: stop shipping the binary in git.
Acceptance: CI builds the wasm and Vitest/Playwright pass against the
freshly built artefact; the binaries are no longer tracked.
## F7 — Documentation finalization
## F7 — Documentation finalization — done
The de-archaeology + the `ui/docs/README.md` index landed in the earlier
docs reorganization (PR #25): `ui/docs/` has **0** stray "Phase N"
references and the index links all 24 topic docs (each F1F6 stage also
added/updated its own topic doc). This stage finished the sync:
`ui/README.md` gains a finalized-web-target summary and links the new
topic docs (design-system, a11y, error-state-ux, pwa-strategy).
`docs/ARCHITECTURE.md` and `docs/FUNCTIONAL.md` need no change — they
cover the backend / gateway / cross-service contracts and carry no stale
UI statements; the finalized UI is client-local UX documented under
`ui/docs/`.
Goal: living docs read as current state, not build archaeology.