fix(v1): point RLM_REPO at the renamed nano-rlm repo - #2379
Open
hallerite wants to merge 1 commit into
Open
Conversation
rlm-harness was renamed to nano-rlm. GitHub redirects the old URL so per-sandbox clones still work today, but the redirect breaks the moment any new repository claims the rlm-harness name — clones would then silently fetch the wrong code into every sandbox. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
ApprovabilityVerdict: Approved 9608fcd Single-line URL update pointing to a renamed external repository. No logic or behavior changes - purely a configuration update to track the new repo name. You can customize Macroscope's approvability policy. Learn more. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rlm-harness → nano-rlm rename. GitHub's redirect keeps old-URL clones working today, but it breaks (silently, into every sandbox) if any new repository ever claims the
rlm-harnessname. One line.🤖 Generated with Claude Code
Note
Low Risk
Single constant URL change for dependency fetch; no auth, data, or harness logic changes.
Overview
Updates
RLM_REPOin the v1 RLM harness so sandbox install clonesPrimeIntellect-ai/nano-rlminstead ofrlm-harness, matching the upstream rename.Runtime behavior is unchanged aside from the git URL used in
setup()whenrlmis installed into each sandbox.Reviewed by Cursor Bugbot for commit 9608fcd. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Update
RLM_REPOto point to the renamednano-rlmrepositoryUpdates the
RLM_REPOconstant in harness.py fromgithub.com/PrimeIntellect-ai/rlm-harness.gittogithub.com/PrimeIntellect-ai/nano-rlm.gitto reflect the upstream repo rename.Macroscope summarized 9608fcd.