Fix #133: Correct CONTRIBUTING.md inaccuracies#150
Conversation
- Fix "Implementing a New Transport" section: document both async (IpcTransport) and blocking (BlockingIpcTransport) requirements, file naming convention, and factory registration - Fix test directory layout: replace fictional tests/unit/, tests/integration/, tests/benchmarks/, tests/fixtures/ with actual flat integration test files under tests/ - Remove fictional TransportManager documentation example, replace with actual TransportFactory::create() pattern - Remove fictional criterion/cargo bench section (no bench targets exist), replace with actual performance testing workflow - Fix pre-commit hook path: "cp scripts/pre-commit .git/hooks/" -> "git config core.hooksPath .githooks" or install-git-hooks.sh - Fix CI workflow: replace simplified actions-rs/toolchain@v1 example with accurate description of actual multi-job pipeline - Fix Performance Considerations: "cargo bench" -> binary benchmarking AI-assisted-by: Claude Opus 4 (claude-sonnet-4-20250514) Co-authored-by: Cursor <cursoragent@cursor.com>
|
Warning Review limit reached
Next review available in: 11 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. 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, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
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 |
📈 Changed lines coverage: N/A (0/0)✅ All new and modified lines are covered by tests!📊 Code Coverage Summary
|
Summary
Key Fixes
tests/unit/,tests/integration/, etc.tests/integration_*.rsfilesTransportManagerstructTransportFactory::create()cargo bench/ criterioncp scripts/pre-commit .git/hooks/git config core.hooksPath .githooksTest plan
Closes #133
Made with Cursor