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
@@ -1,5 +1,13 @@
# Mock & integration registry
> **The frontend half of this file is stale (checked 2026-08-02).** Its "Config flag … default `true`"
> column was never updated after the refinement-phase-4 de-mock, so **8 rows name the wrong default** and
> three are wrong about behaviour, not just configuration. 17 disagreements with the code are listed, with
> file:line evidence, in [`docs/flows/index.md`](../../../docs/flows/index.md#corrections-to-mocks-registrymd).
> **Read the code-derived map there, not the flag column here.** The backend seam rows (the top of this
> file) were not re-audited; the current server seam picture is in
> [`docs/flows/index.md`](../../../docs/flows/index.md#mock-vs-real-map--server-seams). Kept as a record.
The master list of every external dependency that is **mocked behind a DI seam** in this build, and the
exact steps to make each one real. Backend lane owns this file; every phase that introduces or touches a
seam updates its row. This is the checklist the team works through to go from "MVP with mocks" to