docs: start W008 alert extraction

This commit is contained in:
2026-08-30 19:54:33 +03:30
parent 1e04b08ff4
commit 6b875fbd16
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -439,3 +439,7 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Market order amount and maker unit-price positivity checks now use `application/market.PositiveAmount`, with existing zero-amount gRPC mapping retained. Focused market tests pass in `192dff4`.
- Market order status-to-error-code policy now uses `application/market.OrderStatusCode`; the adapter retains existing `allowed` metadata formatting. Focused market tests pass in `9f70b21`.
- ICO publisher role/participant/side/counter-asset validation now uses `application/market.ValidatePublisherICO`, with existing access-denied and invalid-argument mappings retained. Focused market tests pass in `4ea1f5a`.
### `W008` — alert boundary checkpoint
- Alert level and source presentation labels now use `application/alert.LevelLabel` and `SourceLabel`; asynchronous email/SMS delivery, five-retry behavior, and error propagation remain at the alert adapter. Focused Wallet tests pass in `085cb25`.