cleanup phases 3

This commit is contained in:
hamid
2026-08-02 17:18:36 +03:30
parent c841bded26
commit b876490246
31 changed files with 3779 additions and 35 deletions
+7
View File
@@ -1,5 +1,12 @@
# Balinyaar — Manual Testing Plan
> **SUPERSEDED (2026-08-02) by [`docs/flows/`](../../docs/flows/index.md).** This file was written on
> 2026-07-26 and parts of it no longer work: it tells you to set crypto keys with `dotnet user-secrets`
> (removed in `5885280`), calls the API `https://localhost:5002` (it is plain HTTP), and promises the OTP
> code appears in the server console (it never does). The verified replacements are
> [`docs/flows/testing-setup.md`](../../docs/flows/testing-setup.md) for bring-up and
> [`docs/flows/index.md`](../../docs/flows/index.md) for the per-flow walkthroughs. Kept as a record.
The flow-by-flow walkthrough for testing the whole product against the **seeded lifecycle demo world**.
Written after the UI/backend/refinement phase chains completed (2026-07-26). Companion docs: