fix: CodeRabbit review fixes for Layer 3 (missed by the #2 merge) - #3
Conversation
- fingerprint() raises CovenantError (not ValueError) so a non-JSON probe result exits 2 with one clean line instead of a stack trace, on both the snapshot and check paths - _check_probes judges each live probe by its probe_key identity, so a clean probe is no longer skipped when a sibling probe on the same tool drifts - config: guard that [judge] is a table before .get() — a malformed judge = "x" now raises ConfigError, not a raw AttributeError - judge: reject a non-boolean drift so a stringy "false" cannot mint a spurious DEGRADED verdict - introspect: name the probe on a failed call_tool so a config typo reads as a probe error, not a generic connection error - README: note the lock also stores a sample response for --judge Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 18 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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ 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 |
fix: CodeRabbit review fixes for Layer 3 (missed by the #2 merge)
@
PR #2 was merged from a stale head — the review-fix commit e0f592a (pushed after CI green) was left out. This PR brings it into main.
Fixes from the CodeRabbit round:
🤖 Generated with Claude Code
@