Skip to content

docs(agents): code-owner gates disabled org-wide until multiple maintainers exist - #73

Open
seonghobae wants to merge 5 commits into
developfrom
cwl/codeowner-policy-note
Open

docs(agents): code-owner gates disabled org-wide until multiple maintainers exist#73
seonghobae wants to merge 5 commits into
developfrom
cwl/codeowner-policy-note

Conversation

@seonghobae

Copy link
Copy Markdown
Collaborator

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.

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@seonghobae, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 42 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 06246004-0e15-4abb-8e90-622a4853a8f4

📥 Commits

Reviewing files that changed from the base of the PR and between 76a853a and 5b9663a.

📒 Files selected for processing (4)
  • .github/workflows/R-CMD-check.yaml
  • .github/workflows/test-fast.yaml
  • .github/workflows/test-suite.yaml
  • AGENTS.md

Comment @coderabbitai help to get the list of available commands.

@seonghobae

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@seonghobae

Copy link
Copy Markdown
Collaborator Author

@coderabbitai approve

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Comments resolved. Approval is disabled; enable reviews.request_changes_workflow to allow explicit top-level @coderabbitai resolve or @coderabbitai approve commands.

Seongho Bae and others added 4 commits August 4, 2026 13:46
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant