docs(agents): code-owner gates disabled org-wide until multiple maintainers exist - #73
docs(agents): code-owner gates disabled org-wide until multiple maintainers exist#73seonghobae wants to merge 5 commits into
Conversation
|
Warning Review limit reached
Next review available in: 42 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: Pro Plus Run ID: 📒 Files selected for processing (4)
Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai approve |
✅ Action performedComments resolved. Approval is disabled; enable |
…arallel 6.2 All CI legs fail at dyn.load(stringfish.so): the CRAN/P3M stringfish binaries reference legacy tbb::internal symbols removed from the oneTBB that RcppParallel 6.2.0 (new release) now ships (undefined symbol _ZN3tbb8internal25concurrent_vector_base_v3... on Linux, NFS_Allocate on macOS). Forcing cran::stringfish?source makes pak compile it against the installed RcppParallel so the symbols match on every platform. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The cran::stringfish?source extra-package ref did not stick: pak resolved the transitive stringfish dep back to the platform binary (windows leg installed stringfish_0.19.0.zip and failed again at LoadLibrary). Replace it with an explicit post-deps reinstall from cloud.r-project.org, which serves real source tarballs on every platform (P3M serves prebuilt binaries even through its source API on Linux). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
With stringfish rebuilt, the windows leg now fails identically one package later: qs2.dll (also LinkingTo RcppParallel) hits LoadLibrary 'specified procedure could not be found' against RcppParallel 6.2.0's oneTBB. Rebuild both from real CRAN source. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The ubuntu (devel) leg fails inside setup-r-dependencies: R-devel has no P3M binaries, so SimDesign builds from source there and its byte-compile loads the broken stringfish before the post-deps rebuild step can run (same failure mode aFIPC hit). Move the rebuild before setup-r-dependencies, aFIPC-style: binary Rcpp/RcppParallel first, then stringfish+qs2 from real CRAN source. Two plain Rscript lines - no backslash continuation, the windows leg runs pwsh. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Records the 2026-08-04 org policy in AGENTS.md: code-owner review requirements are disabled everywhere (solo maintainer cannot satisfy them). ON HOLD until the org has multiple maintainers — do not re-enable.