Add auto-doc verification and report structure checks#26
Conversation
Three new checks adapted from readiness eval patterns: 1. Run generate-docs.js --check to verify AUTO markers match the actual filesystem (catches hand-written vs script-generated content) 2. Verify setup-report.md has required sections: What Was Installed, Verification Results, Key Commands 3. Condensed settings checks to stay under 300 lines 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 (1)
✨ 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
Three new grader checks adapted from readiness eval patterns:
generate-docs.js --check— Runs the auto-doc script in check mode against the project. Verifies AUTO markers match the actual filesystem, catching hand-written content that doesn't reflect reality.Test plan
npx jest --config '{}' tests/scripts/— 112 tests passhttps://claude.ai/code/session_01Hbxy31TkbujzukGFSxLcPw