docs: record market bootstrap isolation

This commit is contained in:
2026-08-30 20:17:04 +03:30
parent 6cb705ffcb
commit 557a30d959
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -464,3 +464,4 @@ Migration order implied by the map: isolate shared infrastructure constructors (
### `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`.
- Market command now uses `SetupMarketRepository`, retaining PostgreSQL/Redis/services/availability/Stellar while skipping ledger-dispatch and profiling startup. Command and market tests pass in `0132734`.