refactor(acp): rename crate iii-acp -> acp#263
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
skill-check — worker0 verified, 18 skipped (no docs/).
Four for four. Nicely done. |
Summary
Renames the Rust crate-level identifiers for the ACP worker from the
iii-acp/iii_acpprefix toacp. The folder (acp/), worker manifestname:(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: packagenameiii-acp->acp;[lib] nameiii_acp->acp;[[bin]] nameiii-acp->acp.acp/iii.worker.yaml:bin: iii-acp->bin: acp.acp/src/**+acp/tests/**:iii_acp::/use iii_acplib paths and theiii_acp=...tracing filter ->acp.acp/README.md+ source comments:iii-acpstring references ->acp.acp/Cargo.lock: package entry rename + alphabetical re-sort (no dependency version changes).Out of scope / untouched
iii-sdk,iii-observability,iii-state,iii-stream,iii-queue) — unchanged.github.com/iii-hq/workers),iii-enginekeyword/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=acpmatches folder).iii-acp/iii_acp(excludingnode_modules,target/) — clean.