-
Let the invite-redeemed notice be turned off
-
Name the class of email you cannot opt out of, in code and to the user
-
Denominate every creator sale in the creator's settlement currency
-
Close seven loose-wire audit findings
-
server: adopt lint block, fix clippy, fmt
-
Format the tree with rustfmt and add the lint + supply-chain gates
-
Decompose AppState Phase 2: migrate pages/public + finish blog
-
Remediate audit Run 22 fix-first findings; bump to 0.10.8
-
Harden invites and TOTP replay; add enum-drift guard
-
Surface fragment render errors and de-fragilize two UX sinks (ultra-fuzz Run 12 UX)
-
Run CPU-bound Argon2 off the async runtime (ultra-fuzz Run 10 C1)
-
security: seal token-liveness, per-key identity, private-repo issue authz (ultra-fuzz Run 4, A+)
-
server: fix join-wizard HTMX validation input loss; clamp discover paging
-
Preserve input on non-HTMX join-wizard validation; add field id to ValidationError