ci: sync Antigravity reviewer with template hardening fixes - #335
ci: sync Antigravity reviewer with template hardening fixes#335doublegate wants to merge 1 commit into
Conversation
Two reliability/robustness fixes from the shared template (~/Code/Local_Only-Projects/antigravity-pr-review/), found by an agy/ CodeRabbit review on the sibling Rusty2600 project's own copy: - The singleton agy-serialization flock now fails CLOSED (exits) on a missing flock, a failed fd redirect, or a timeout, instead of logging and proceeding unserialized -- which left the exact concurrent-agy-process collision the lock exists to prevent still reachable. - The prior review comment is now deleted AFTER the new one posts successfully, not before -- a late failure (OAuth guard trip, a transient `gh pr comment` error) used to leave the PR with no review comment at all instead of the still-valid prior one. Also picks up the template's own already-more-refined OAuth-leak guard (oauth_url_present/OAUTH_URL_RE), which this repo's copy had drifted behind. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 44 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: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Comment |
Antigravity review (Gemini via Ultra)This PR updates Blocking issues
Suggestions
Nitpicks
Automated first-pass review by |
Summary
Two reliability/robustness fixes to the Antigravity PR reviewer script, found by a CodeRabbit review on the sibling Rusty2600 project's own copy of this same shared template (
~/Code/Local_Only-Projects/antigravity-pr-review/):agy-serializationflocknow fails closed (exits) on a missingflock, a failed fd redirect, or a lock timeout, instead of logging and proceeding unserialized — which left the exact concurrent-agy-process collision the lock exists to prevent still reachable.gh pr commenterror) used to leave the PR with no review comment at all instead of the still-valid prior one.Rebased onto the current
main(including #330-#334, notably #333's own OAuth-leak-guard hardening) — the two changes here are additive on top of that work, not a regression of it. Verified:bash -nclean,shellcheckshows no new warnings, byte-identical to the shared template's own updated copy.🤖 Generated with Claude Code