docs(performance): wire SDK performance guide into README + docs nav (#26)#39
Conversation
… doc contract tests Closes #26. The SDK Performance Guide content already existed at docs/PERFORMANCE_GUIDE.md but was undiscoverable: the README did not link to it and it was absent from the mkdocs site navigation. This makes the guide reachable and locks all five issue acceptance criteria behind executable tests so they cannot regress. Changes (additive, minimal): - README.md: add a "Performance Guide" link in the Documentation section. - mkdocs.yml: add the guide to the docs site nav. - tests/unit/test_performance_docs.py: new documentation contract tests (TDD) asserting the guide exists, documents expected response times/timeouts, best practices, troubleshooting, runnable examples, README link, and nav discoverability. TDD: tests written first; 2 of 7 failed (README link + mkdocs nav) before the fix and all 7 pass after. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 39 minutes and 11 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
… doc contract tests (#39) Closes #26. The SDK Performance Guide content already existed at docs/PERFORMANCE_GUIDE.md but was undiscoverable: the README did not link to it and it was absent from the mkdocs site navigation. This makes the guide reachable and locks all five issue acceptance criteria behind executable tests so they cannot regress. Changes (additive, minimal): - README.md: add a "Performance Guide" link in the Documentation section. - mkdocs.yml: add the guide to the docs site nav. - tests/unit/test_performance_docs.py: new documentation contract tests (TDD) asserting the guide exists, documents expected response times/timeouts, best practices, troubleshooting, runnable examples, README link, and nav discoverability. TDD: tests written first; 2 of 7 failed (README link + mkdocs nav) before the fix and all 7 pass after. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Closes #26
What
The SDK Performance Guide content already existed at
docs/PERFORMANCE_GUIDE.md, but it was undiscoverable: the README did not link to it, and it was absent from the mkdocs site navigation. This PR makes the guide reachable and locks all five acceptance criteria behind executable documentation-contract tests so they cannot silently regress.Changes are additive and minimal:
nav.Acceptance criteria (#26)
docs/PERFORMANCE_GUIDE.md)TDD evidence
Test written before the implementation. Red → green:
RED (before fix):
GREEN (after fix):
Full gate (matches CI
.github/workflows/test.yml)No changes to migrations, Stripe, auth, routes, or marketing copy.
🤖 Generated with Claude Code