Skip to content

chore!: rename a2claude → a2acode (vendor-neutral)#20

Merged
kanywst merged 1 commit into
mainfrom
chore/rename-to-a2acode
Jun 27, 2026
Merged

chore!: rename a2claude → a2acode (vendor-neutral)#20
kanywst merged 1 commit into
mainfrom
chore/rename-to-a2acode

Conversation

@kanywst

@kanywst kanywst commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Stacked on #18.

Why

After #18 the project fronts any ACP coding agent over A2A, not just Claude. The a2claude name (A2A + Claude) now actively misleads — it signals a Claude lock-in that the whole pivot removes. Renaming is cheapest now, at v0.3.0 with minimal adoption, and the name is load-bearing for discovery once vendor-neutrality is the pitch.

a2acode = A2A + code: anchors on the protocol callers actually speak (A2A), signals "coding agent", drops the Claude lock, and keeps the a2* lineage so anyone who saw a2claude connects the two. The ACP half lives in the tagline: any ACP coding agent → any A2A caller.

What changed

Pure rename, no behavior change beyond identifiers:

  • Distribution + import name a2claudea2acode (src/a2claude/src/a2acode/, all imports).
  • CLI command a2claudea2acode ([project.scripts]).
  • OpenTelemetry span/attribute names (a2claude.execute, a2claude.backend, a2claude_permission) and tracer name.
  • Repository URL, README/CLAUDE badges, command examples, and the demo tape.
  • uv.lock regenerated.

Breaking

Import and CLI names change. Installs, imports, and any a2claude ... scripts must update to a2acode.

Manual follow-ups (not code)

  • Rename the GitHub repo kanywst/a2claudekanywst/a2acode (GitHub redirects the old URL).
  • Register/publish the a2acode project on PyPI (the old a2claude name stays a tombstone).
  • Update the dev.to article link if desired.

Verification

ruff check, ruff format --check, mypy, pytest (55 passed), markdownlint-cli2, uv build (produces a2acode-0.3.0), and uv sync --locked all green. CLI verified under the new name.

@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@kanywst, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 26 minutes and 1 second. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

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 credits.

🚦 How do rate 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 see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5bfa934f-3e50-4f77-bb8c-19d3c6975a62

📥 Commits

Reviewing files that changed from the base of the PR and between 66e609a and 51f3810.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (27)
  • CLAUDE.md
  • README.md
  • assets/demo.tape
  • pyproject.toml
  • src/a2acode/__init__.py
  • src/a2acode/auth.py
  • src/a2acode/backends/__init__.py
  • src/a2acode/backends/acp.py
  • src/a2acode/backends/base.py
  • src/a2acode/backends/claude.py
  • src/a2acode/backends/diff.py
  • src/a2acode/backends/echo.py
  • src/a2acode/backends/session.py
  • src/a2acode/card.py
  • src/a2acode/cli.py
  • src/a2acode/executor.py
  • src/a2acode/py.typed
  • src/a2acode/server.py
  • src/a2acode/tracing.py
  • tests/test_acp.py
  • tests/test_auth.py
  • tests/test_claude_backend.py
  • tests/test_cli.py
  • tests/test_executor.py
  • tests/test_signing.py
  • tests/test_smoke.py
  • tests/test_tracing.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/rename-to-a2acode

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request renames the project from a2claude to a2acode across the entire codebase, updating references in documentation, package configuration, source files, and test suites. I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@kanywst kanywst force-pushed the chore/rename-to-a2acode branch from 1c3dd6e to a4423c9 Compare June 27, 2026 09:10
Base automatically changed from feat/acp-a2a-bridge to main June 27, 2026 09:11
The project is no longer Claude-specific: it fronts any ACP coding agent over
A2A. The a2claude name (A2A + Claude) misrepresents that, so rename the package,
module, CLI command, OpenTelemetry span/attribute names, and repository URL to
a2acode (A2A + code) — agent-neutral while keeping the a2* lineage.

BREAKING CHANGE: the distribution and import name is now `a2acode` and the CLI
command is `a2acode`. Update installs, imports, and any `a2claude ...` scripts.
The GitHub repository and PyPI project must be renamed to match.
@kanywst kanywst force-pushed the chore/rename-to-a2acode branch from a4423c9 to 51f3810 Compare June 27, 2026 09:14
@kanywst kanywst merged commit 1fa29e2 into main Jun 27, 2026
4 checks passed
@kanywst kanywst deleted the chore/rename-to-a2acode branch June 27, 2026 09:16
@kanywst kanywst mentioned this pull request Jun 27, 2026
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