-
move webhook normalization behind the payments trait
-
Rename the AppState payment-provider field to payments
-
Dispatch webhooks on an MNW event enum, not on Stripe event-name strings
-
Alerts that repeat until someone confirms they read them
-
Raise a ticket when a creator's settlement currency changes
-
Denominate every creator sale in the creator's settlement currency
-
Alert on security signals instead of accumulating them
-
server: adopt lint block, fix clippy, fmt
-
Format the tree with rustfmt and add the lint + supply-chain gates
-
Decompose AppState Phase 2: thread slices through stripe dispatcher
-
Decompose AppState Phase 2: migrate stripe (leaf tree) to slices