-
Exorcise sweep: strip AI tells from server copy, comments, and docs
-
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/dashboard to slices
-
Group Config and AppState into cohesive sub-structs
-
Cut dashboard/discover/feed query cost and stop orphaning builds (ultra-fuzz Run 11 Performance)
-
Bound unbounded work and unblock the runtime (ultra-fuzz Run 10 Performance)
-
server: compute onboarding progress percent in Rust (ultra-fuzz Run #1 UX LOW)
-
Perf: shared HTTP client; bounded-parallel admin bulk actions
-
Convert .map_err Internal(anyhow!) to ResultExt::context, fix variant misuse