Add Cloudflare Workers configuration - #3
Closed
cloudflare-workers-and-pages[bot] wants to merge 1 commit into
Closed
Add Cloudflare Workers configuration#3cloudflare-workers-and-pages[bot] wants to merge 1 commit into
cloudflare-workers-and-pages[bot] wants to merge 1 commit into
Conversation
Author
Deploying kapman-toolkit-2 with
|
| Latest commit: |
c5f42cb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4770e121.kapman-toolkit-2.pages.dev |
| Branch Preview URL: | https://cloudflare-workers-autoconfi.kapman-toolkit-2.pages.dev |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
kapman-toolkit-2 | c5f42cb | Commit Preview URL Branch Preview URL |
Jun 24 2026, 02:09 PM |
arochab
pushed a commit
that referenced
this pull request
Jun 24, 2026
…y blockers)
- ShareCard.svelte: unreachable (showShare never set true) and carried abandoned
"SEND IT"/"ONE THING" wording in hardcoded English on an FR-default app. Deleted
the component, its import, the showShare flag and the render block.
- Dead, drift-prone MixScore fields: loudnessHuman/truePeakHuman/monoHuman + bands
+ lean (truePeakHuman still hardcoded the pre-calibration "> -1 = clipping"
threshold that contradicts the shipped 0..+1-ships model). Zero UI consumers
(verified). MixScore is now {score, verdict, verdictWord, face} — the only fields
the verdict screen reads; all producer-voice copy lives once in issueText.ts.
- Dead Diagnostics fields tonal/headroomState/monoState + verdict, and the dead
LOUD/TP/MONO maps in issueText.ts — same drift risk, no consumers. Removed.
- Added EN-locale tests (the screenshot moment): assert the EN headroom/phase copy
("will clip" / "can clip" / "cancel" / hot-but-safe) so an EN-string drift can't
pass CI green.
Cloudflare PR re-opened (#3) by the bot after last close — closed again + branch
deleted; the GitHub App still needs uninstalling (owner action) to stop it for good.
52 tests pass · svelte-check 0/0 (478 files) · build green · app loads, 0 console errors.
Co-Authored-By: Claude Opus 4.8 <[email protected]>
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.
This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.
Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled settings.
Detected settings:
vitenpm run buildnpx wrangler deploynpx wrangler versions uploadNext steps after merging:
Your Worker configuration lives in
wrangler.jsonc. You can now:View build details · Join the discussion for questions or feedback