-
Exorcise sweep: strip AI tells from server copy, comments, and docs
-
mnw: fix synckit blob orphan on 402 confirm paths (deepaudit F2)
-
server: adopt lint block, fix clippy, fmt
-
Format the tree with rustfmt and add the lint + supply-chain gates
-
Fix the blob presign size declaration, bind part checksums
-
Add multipart blob sessions for SyncKit
-
Decompose AppState Phase 2: migrate synckit to slices
-
Group Config and AppState into cohesive sub-structs
-
payments: close refund crash-window, seal enforcement_mode enum, license-key idempotency
-
payments: enum-type SyncKit billing_status, seal single-live-subscription invariant
-
synckit: document blob content-addressing trust model (ultra-fuzz Run 4 Storage A+)
-
synckit: indexed pull hot path, SSE cursor, deferred egress, sealed warning tick (ultra-fuzz --deep Perf A+)
-
synckit: ship blob-delete API + fix silently-broken sync_log retention (ultra-fuzz --deep Storage A+)
-
synckit: enforce paid-only first-party sync + authoritative blob size + atomic caps (ultra-fuzz Run 3 #1/#2/#3)
-
server: seal S3 keys behind a typed builder; close storage A+ gaps (ultra-fuzz Run #1 --deep Phase 3)
-
server: Tier 0 creator theming + fold in Run 18 storage work
-
server: gallery/carousel, promo-validator, fuzz #11/#12 remediations, embed port, observability
-
launch-eve audit pass: Ultra Fuzz Runs #8-9 + cross-cutting sweeps
-
Ultra Fuzz Run 27: 32 of 33 audit items remediated
-
v0.8.0: SyncKit true per-key storage
-
v0.7.3: SyncKit pricing v2.1 — two modes, GB-only pricing, R2-calibrated
-
exorcise: B15c routes/{stripe,synckit,storage,admin,git,git_issues,embed,postmark} doc comments
-
Convert .map_err Internal(anyhow!) to ResultExt::context, fix variant misuse