docs: record alert IAM validation

This commit is contained in:
2026-08-30 20:04:16 +03:30
parent 3ab120aa0e
commit f613f010af
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -447,6 +447,7 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- 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`.
- Alert subject formatting now uses `application/alert.Subject`, preserving timestamp and localized level/source labels while delivery remains adapter-owned. Focused Wallet tests pass in `be29c11`.
- Alert `Emit` now rejects nil events synchronously instead of panicking in its delivery goroutine; valid event delivery behavior is unchanged. Focused alert tests pass in `4fc4726`.
- Alert `Emit` now also rejects events without IAM/user data before starting the delivery goroutine, preventing nil dereferences. Focused alert tests pass in `b3e1dbc`.
### `W010` — cron/stream bootstrap checkpoint