-
server: adopt lint block, fix clippy, fmt
-
Format the tree with rustfmt and add the lint + supply-chain gates
-
server: purge expired items and decrement storage in one tx
-
server: clear clippy gate (from_db_str rename, create_item allow)
-
Remediate audit Run 21 findings across server
-
server: gallery N+1 + ImageId, de-truncate aggregates, keyset paginator
-
audit Run 16 Phase 3: Concurrency
-
Surface server error messages on HTMX failures; inline profile errors
-
Kill route N+1s, parallelize builds by host, unify scan entry points
-
Background Stripe fan-outs and close perf cliffs (ultra-fuzz Run 6 Performance)
-
server: collapse slug allocation into insert_with_unique_slug (ultra-fuzz Run #1 --deep Phase 5)
-
Drop create_item redundant slug pre-check loop
-
Perf PERF-2/3: collapse item-page viewer flags + batch code-tab collaborators
-
Perf: batch bundle lookup; stop gating git info/refs on the clone budget
-
server: Tier 0 creator theming + fold in Run 18 storage work