chore: update GitHub repo URLs from oxageninc to macanderson#21
Merged
Conversation
The arena and stella repositories moved from the oxageninc org to the macanderson account; point all badges, links, and package metadata at the new home. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
macanderson
enabled auto-merge (squash)
July 19, 2026 02:28
There was a problem hiding this comment.
Sorry @macanderson, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
macanderson
added a commit
that referenced
this pull request
Jul 19, 2026
…ntend Main's #20 independently implemented several of the same fixes. Kept main's architecture (async workspace, taskDir threading, pricing param, intFlag/numFlag, report perAgentSummary) and layered this branch's unique fixes on top: - anchor-based JSON block scan (survives stray braces in log lines; main's char-scan fails that test) - drain-timer settle in adapter execute (grace timer not unref'd, so the promise always settles) + utf8 stream encoding - collectDiff returns null on git failure (unknown never equals empty) - bounded 1800s fallback for non-numeric ARENA_TIMEOUT (main's helper silently disabled the container timeout) - kept both sides' parse tests (4 pretty-printed envelope cases) Also applied #21's oxageninc->macanderson rename to site/ and docs/. Note: repo now has two frontends, web/ (from #20) and site/ (deployed at arena.oxagen.sh); consolidation is a follow-up decision. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
The arena and stella repositories moved from the oxageninc org to the macanderson account. This updates every stale
github.com/oxageninc/...reference in tracked files — README badges and links, the web app footer/CTA links, package.json repository URL, harbor/pyproject.toml metadata, SECURITY.md, CONTRIBUTING.md, CHANGELOG.md compare links, and the issue-template security-advisory URL.Direct push to main was blocked by branch protection, so this lands via PR with auto-merge enabled.
🤖 Generated with Claude Code