docs: start W011 explicit composition

This commit is contained in:
2026-08-30 20:16:12 +03:30
parent f21c0933b0
commit 6cb705ffcb
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -460,3 +460,7 @@ Migration order implied by the map: isolate shared infrastructure constructors (
### `W009` — internal-wallet boundary checkpoint
- Lock/release balance mutation policy now uses `application/walletlock.Lock` and `Release`, preserving available/frozen balance rules while keeping transaction scope, ledger journal creation, persistence, and gRPC error mapping in `core/walletImp`. Focused Wallet tests pass in `382fd79`.
### `W011` — explicit process composition checkpoint
- Alert command now uses `SetupAlertRepository`, which initializes only lazy service clients required for mail/SMS delivery and no longer starts PostgreSQL, Redis, availability, Stellar, ledger-dispatch, or profiling infrastructure. Command tests pass in `da074f9`.