feat: E7 — Production Readiness ## Goal Make the platform safe, observ - #355
Closed
fly-productivity-manager[bot] wants to merge 1 commit into
Closed
feat: E7 — Production Readiness
## Goal
Make the platform safe, observ#355fly-productivity-manager[bot] wants to merge 1 commit into
fly-productivity-manager[bot] wants to merge 1 commit into
Conversation
## Goal Make the platform safe, observ [fly-dev run run_9611b871d421411c8e12eaad880a3dd9]
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
spooool | 20c5ec7 | Aug 24 2026, 08:36 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
editor | 20c5ec7 | Aug 24 2026, 08:36 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The codebase is in excellent shape. Here's the complete E7 status:
E7 — Production Readiness: Status
Everything except search E2E was already implemented. I've now added the missing piece.
What was already done
wrangler.toml(head_sampling_rate: 1.0),src/workers/analytics.ts@sentry/cloudflarewired, VITE_SENTRY_DSN from Dopplersrc/workers/rate-limit-do.ts— token buckets per named bucketsrc/workers/csrf.ts— validates Origin/Referer on all mutating requestssrc/workers/security-headers.ts— full CSP + HSTS + COOP/CORP/COEPsrc/workers/dmca.ts— claims, counter-notices, status machinesrc/workers/moderation.ts+src/workers/spam-filter.ts+ AI classifierdeploy-staging.yml→e2e-staging.yml(Playwright runs after each staging deploy)tests/e2e/*.spec.ts— 8 specstests/load/watch.k6.js,tests/load/upload.k6.js— 1k VU watch, 50 VU uploadd1-backup.yml(weekly → R2) +docs/runbooks/d1-backup-restore.mdsrc/workers/costs.ts— daily cron, threshold-triggered email, KV dedupdocs/runbooks/on-call.md— severity tiers, recovery playbooks, escalation pathWhat I added
tests/e2e/search.spec.ts— 4 test cases covering the search critical path:/searchwith no query → "Type a query" prompt rendered/search?q=hellowith stubbed results → heading, result cards, link targets correctOutstanding (out of E7 scope)
Two
LEGAL-REVIEWplaceholders in DMCA email copy (src/workers/email.ts:249,src/workers/dmca.ts:218) — these need counsel sign-off before launch but are infrastructure-complete. They're explicitly tracked as ALO-170.Tests
Opened automatically by fly-dev run run_9611b871d421411c8e12eaad880a3dd9.