Add Cloudflare Workers configuration - #1
Closed
cloudflare-workers-and-pages[bot] wants to merge 1 commit into
Closed
Add Cloudflare Workers configuration#1cloudflare-workers-and-pages[bot] wants to merge 1 commit into
cloudflare-workers-and-pages[bot] wants to merge 1 commit into
Conversation
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
April 1, 2026 18:51
2a9d1f1 to
510b447
Compare
Author
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
kapman-toolkit-2 | b6a649f | Commit Preview URL Branch Preview URL |
Jun 24 2026, 01:04 PM |
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
April 1, 2026 19:24
510b447 to
2466111
Compare
Author
Deploying kapman-toolkit-2 with
|
| Latest commit: |
b6a649f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://43658cdf.kapman-toolkit-2.pages.dev |
| Branch Preview URL: | https://cloudflare-workers-autoconfi.kapman-toolkit-2.pages.dev |
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
6 times, most recently
from
April 2, 2026 15:03
9d4b04a to
ade22f3
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
2 times, most recently
from
June 17, 2026 20:11
3e11bc2 to
2b29bff
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 09:35
2b29bff to
64f52a3
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 09:49
64f52a3 to
d5d60c7
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 10:02
d5d60c7 to
1c6eecd
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 10:10
1c6eecd to
228baa2
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 10:18
228baa2 to
7aead6e
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 10:52
7aead6e to
e242ee7
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 12:06
1bf8116 to
c90e94b
Compare
arochab
pushed a commit
that referenced
this pull request
Jun 24, 2026
…tization README Second final-jury blockers (both reproduced live): 1. Verdict/card contradiction across +0..+2 dBTP (the first fix only covered the +0.1 reference). The headroom CARD is high-severity at TP>0 but the SENTENCE only said "it will clip" at TP>2 — so +0.5..+2.0 dBTP masters read a happy "a touch hot" while the card screamed red. Aligned issueSummary to the same TP>0 line as the card. Verified on the real reference master: +0.11 dBTP -> the sentence now honestly warns of clip risk, the card is red, and the verdict is still SHIP (a small peak doesn't condemn the whole master — sentence and card simply agree). Tests sweep +0.1/+0.3/+0.5/+1/+1.5/+2 (clip) and -0.3/-0.5/-0.9 (hot-but-safe) asserting card severity and sentence wording never disagree. 2. README sold "Free / no server" while the repo ships a full Stripe-paid, server-backed AI coach. Added a "Monetization & architecture" section telling the truth: the analyzer + verdict + rule-based coach are free and 100% local (audio never leaves the machine); only the LLM coach is a paid cloud add-on (Stripe credits, Deno Edge Function proxy with a daily spend ceiling, 402 paywall, admin dashboard). Surfaced supabase/functions/, src/lib/coach/ and Admin.svelte in the tech stack + repo map so the tour matches reality. Also: softened the agentic story #1 framing (a discarded hallucination leaves no diff, said so explicitly); added diagnostics.ts to the repo map. 46 tests pass · svelte-check 0/0 · build green. Co-Authored-By: Claude Opus 4.8 <[email protected]>
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 12:23
c90e94b to
9f172ca
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 12:27
9f172ca to
0f1ecb4
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 12:40
0f1ecb4 to
4e52ba8
Compare
arochab
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 12:46
4e52ba8 to
82ca0af
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 12:47
82ca0af to
89d50a2
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 12:50
89d50a2 to
b0af9b0
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
cloudflare/workers-autoconfig
branch
from
June 24, 2026 13:04
b0af9b0 to
b6a649f
Compare
arochab
pushed a commit
that referenced
this pull request
Jun 24, 2026
… lang + cloudflare
Fifth-jury blockers (all verified):
1. NO-BLUFF on the headroom path (the structural twin of the phase fix, left open):
score.ts only hard-faulted at TP>2 while diagnostics flagged TP>0 high-severity,
so a clean master in (0,2] dBTP read SHIP over a red "over the ceiling" card.
FIXED by a single shared source of truth — issueTypes.ts now exports
TP_CEILING_DBTP(0) / TP_CLIP_DBTP(1) / PHASE_SECTION_CANCEL(-0.25), consumed by
score.ts, diagnostics.ts AND issueText.ts so the three layers can't drift:
• > +1 dBTP: HIGH-severity card + "it will clip" + verdict can't ship
• 0..+1 : LOW-severity card + "can clip on encode" + still ships
• -1..0 : hot-but-safe note
Per the product decision, the reference master (+0.11) stays SHIP with a soft,
honest "can clip" note. Tests sweep +1.5/2/3 (clip, not ship) and 0.1/0.5/1
(note, ships) asserting card severity, sentence wording AND verdict all agree.
2. FR-default app served as <html lang="en">: index.html now defaults lang="fr";
i18n setLocale() (and first paint) sync document.documentElement.lang. Verified
live: fr on load, en on toggle, fr back. Also refreshed the EN-only "Free, local"
meta description/OG to the free-analyzer/paid-coach framing.
3. Cloudflare second-deploy contradiction: closed PR #1, deleted the
cloudflare/workers-autoconfig branch, and pruned the stray feat/bootstrap-v2 +
token-consumption branches. Remote is now main + the active work branch only.
(GitHub Pages + kapman Vercel envs were already torn down last pass.)
51 tests pass · svelte-check 0/0 · build green · 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