-
Fund the Fan+ credit from the platform, not the creator (ultra-fuzz Run 12 Payments)
-
Release server v0.10.7
-
server: hide grid results in list view on discover page
-
Reject zero-width and bidi characters in display names and link titles (ultra-fuzz Run 10 UX N1)
-
Surface HTMX errors on every route and de-panic redirects (ultra-fuzz Run 11 UX)
-
Cut dashboard/discover/feed query cost and stop orphaning builds (ultra-fuzz Run 11 Performance)
-
Type the S3 bucket noun and harden multipart/delete (ultra-fuzz Run 11 Storage)
-
Consolidate the login gate and type-witness admin writes (ultra-fuzz Run 11 Security)
-
Type-seal project price writes and tighten money paths (ultra-fuzz Run 11 Payments)
-
Enforce price cap on JSON path and stop wizard input loss (ultra-fuzz Run 10 UX)
-
Bound unbounded work and unblock the runtime (ultra-fuzz Run 10 Performance)
-
Require CDN in production and tighten storage key checks (ultra-fuzz Run 10 Storage)
-
Close security gaps from ultra-fuzz Run 10 (Security axis)
-
Tighten checkout guards and document promo use semantics (ultra-fuzz Run 10 Payments)
-
Run CPU-bound Argon2 off the async runtime (ultra-fuzz Run 10 C1)
-
Route custom-pages dollars() through the canonical formatter
-
Give scheduler lock a dedicated pool; drain worker quarantine spawns
-
Run item-cover idempotency check before the storage-cap check
-
Enforce >=32-char floor on service secrets; sanitize spool suffix
-
Store NULL, not "unknown", for PI-less transaction completions
-
Surface server error messages on HTMX failures; inline profile errors
-
Kill route N+1s, parallelize builds by host, unify scan entry points
-
Harden ClamAV to fail-closed; drop dead code; anti-spray rate-limit
-
Fix inline item-edit price-zeroing; guard refund double-submit
-
ux: seal cookie-auth mutations to the CsrfRouter, at-rule + XSS tests
-
perf: one maintenance scheduler, shared scan external-lookup helper
-
storage: make multipart abort-on-failure structural
-
security: owner-scope blog/item mutations, polyglot + moderation tests
-
payments: seal StripeAccountId + cart ItemType, add DB-layer tests
-
ux: friendly errors for validated extractors, widen hide/strobe guards, posture+clamp fixes