Skip to content

refactor(acp): rename crate iii-acp -> acp#263

Draft
guibeira wants to merge 1 commit into
mainfrom
refactor/rename-iii-acp
Draft

refactor(acp): rename crate iii-acp -> acp#263
guibeira wants to merge 1 commit into
mainfrom
refactor/rename-iii-acp

Conversation

@guibeira

Copy link
Copy Markdown
Collaborator

Summary

Renames the Rust crate-level identifiers for the ACP worker from the iii-acp / iii_acp prefix to acp. The folder (acp/), worker manifest name: (acp), and CI allowlist entry (acp) were already prefix-free, so only the crate/lib/bin identifiers and their references changed.

This is Task 3 of the in-repo iii-prefix removal plan.

Changes

  • acp/Cargo.toml: package name iii-acp -> acp; [lib] name iii_acp -> acp; [[bin]] name iii-acp -> acp.
  • acp/iii.worker.yaml: bin: iii-acp -> bin: acp.
  • acp/src/** + acp/tests/**: iii_acp:: / use iii_acp lib paths and the iii_acp=... tracing filter -> acp.
  • acp/README.md + source comments: iii-acp string references -> acp.
  • acp/Cargo.lock: package entry rename + alphabetical re-sort (no dependency version changes).

Out of scope / untouched

  • External SDK deps (iii-sdk, iii-observability, iii-state, iii-stream, iii-queue) — unchanged.
  • GitHub URLs (github.com/iii-hq/workers), iii-engine keyword/description references — unchanged.

Verification

  • cargo build — PASS (acp v0.1.0).
  • cargo test — PASS (17 unit + 10 protocol integration tests; no engine required).
  • validate_worker.py --worker acp --base-ref main --source-changed '["acp"]' — PASS (exit 0; name=acp matches folder).
  • Sanity grep for iii-acp / iii_acp (excluding node_modules, target/) — clean.

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview, Comment Jun 15, 2026 1:05pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 125492f4-8192-4720-a2e4-9b2275350715

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/rename-iii-acp

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 and usage tips.

@github-actions

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 18 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

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