Skip to content

Feature set 135. - #62

Merged
jackfperryjr merged 1 commit into
mainfrom
features-135
Aug 6, 2026
Merged

Feature set 135.#62
jackfperryjr merged 1 commit into
mainfrom
features-135

Conversation

@jackfperryjr

Copy link
Copy Markdown
Owner

Docs only.

The setup steps in cloudflare/RATE-LIMITING.md had two problems, both found by trying to follow
them:

  • They assumed a globally installed wrangler. npx wrangler needs no install, and Node is
    already present.
  • They named only the secret. The secret alone does nothing — the header is injected by
    withEdgeSecret in worker.js, so that deploy has to happen too. Setting a secret against the
    old deployment would have looked like completing the setup while changing nothing, which is the
    same silent-failure shape the rest of that document warns about.

Also adds the Cloudflare dashboard route for both halves, for when there's no terminal to hand.

Note release.yml ignores **.md, so this cuts no tag.

🤖 Generated with Claude Code

Correct the edge secret setup steps.

The instructions assumed a global wrangler and named only the secret. Both
were wrong: npx fetches wrangler on demand, and the secret does nothing
unless the worker.js change that injects the header is deployed alongside
it. Adds the dashboard route for when there is no terminal.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@jackfperryjr
jackfperryjr merged commit 6710064 into main Aug 6, 2026
1 check passed
@jackfperryjr
jackfperryjr deleted the features-135 branch August 6, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant