Strengthen auto-doc coverage in both eval suites#27
Conversation
Level-5 fixture now has proper auto-doc infrastructure: - scripts/generate-docs.js and generate-docs-helpers.js (functional) - AUTO:tree and AUTO:modules markers (generated from real filesystem) - docs/index.md - generate-docs.js --check passes against fixture Readiness eval config: - Level-3 must recommend "auto-gen" (missing auto-doc) - Level-5 must NOT recommend "add auto-generated sections" (has it) https://claude.ai/code/session_01Hbxy31TkbujzukGFSxLcPw
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ 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 |
Summary
Setup grader (from prior commit in this branch):
generate-docs.js --checkto verify AUTO markers match actual filesystem (catches hand-written vs script-generated content)Readiness fixtures:
Edge cases covered:
--checkfailsTest plan
npx jest --config '{}' tests/scripts/— 112 tests passnode tests/evals/fixtures/level-5-autonomous/scripts/generate-docs.js --checkpassesbash tests/evals/run-evals.sh --dry-run— readiness fixtures resolvehttps://claude.ai/code/session_01Hbxy31TkbujzukGFSxLcPw