docs: start W010 cron extraction

This commit is contained in:
2026-08-30 19:58:12 +03:30
parent 527e138b83
commit 1b66c3c4cd
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -445,3 +445,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`.
### `W010` — cron/stream bootstrap checkpoint
- Cron retry behavior now uses `application/cron.Retry`; scheduler registration, skip/recover middleware, and job dependencies remain in `core/cronJobs`. Focused Wallet tests pass in `8e27342`.