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 @@
# Run the whole app locally — Balinyaar bring-up runbook
> **SUPERSEDED (2026-08-02) by [`docs/flows/testing-setup.md`](../../../docs/flows/testing-setup.md)**,
> which was executed rather than transcribed. This file is right about `user-secrets` but wrong about six
> other things — the API scheme (`http`, not `https`), the dev cert step, `.env.development`'s value, the
> committed `Seams:Sms:Provider` (it is `telegram`, so `request_otp` 500s on a fresh clone), the console
> OTP line (the code is never printed), and "only `auth` is real" (15 of 22 client domains are real).
> Kept as a record.
The one copy-pasteable procedure for standing up **both** projects on one machine and watching a real,
authenticated request cross the wire. Established by **Refinement Phase 0**
([refinement-phase-0-bring-up.md](refinement-phase-0-bring-up.md)).