Skip to content

Fix CI and deploy docs on Cloudflare Workers#40

Merged
BennettSchwartz merged 2 commits into
masterfrom
codex/fix-ci-cloudflare-docs
May 1, 2026
Merged

Fix CI and deploy docs on Cloudflare Workers#40
BennettSchwartz merged 2 commits into
masterfrom
codex/fix-ci-cloudflare-docs

Conversation

@BennettSchwartz

Copy link
Copy Markdown
Owner

Summary

  • fix the Go formatting failure by formatting the offending test and making the CI formatter step print exact files
  • add a Cloudflare Workers docs deployment workflow for the Docusaurus site
  • point docs metadata and Wrangler routing at membrane.gustycube.com
  • document the Cloudflare token and proxied DNS requirement in the README

Verification

  • make build
  • make test
  • npm --prefix clients/typescript run build
  • npm --prefix examples/agent-harness run typecheck
  • npm --prefix examples/agent-harness run test:deterministic
  • npm run docs:build
  • go run github.com/rhysd/actionlint/cmd/actionlint@latest -color
  • npx wrangler deploy --dry-run

Deployment

  • deployed Worker membrane-docs to Cloudflare successfully
  • workers.dev URL serves the Docusaurus build
  • membrane.gustycube.com still needs the existing Vercel DNS record proxied/replaced with DNS-edit credentials before the Worker route receives public traffic

@coderabbitai

coderabbitai Bot commented May 1, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@BennettSchwartz has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 37 minutes and 32 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8eb36b04-e257-4c6d-b1e0-413a0754cb93

📥 Commits

Reviewing files that changed from the base of the PR and between 453a2b6 and b32cabc.

📒 Files selected for processing (6)
  • .github/workflows/ci.yml
  • .github/workflows/docs-deploy.yml
  • README.md
  • docusaurus.config.js
  • pkg/ingestion/capture_test.go
  • wrangler.jsonc
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/fix-ci-cloudflare-docs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 37 minutes and 32 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@BennettSchwartz BennettSchwartz merged commit 6766ed9 into master May 1, 2026
10 checks passed
@BennettSchwartz BennettSchwartz deleted the codex/fix-ci-cloudflare-docs branch May 1, 2026 03:12
BennettSchwartz added a commit that referenced this pull request May 1, 2026
Fix CI and deploy docs on Cloudflare Workers
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