refactor(a2a): audit codebase for remaining acp references and create rename plan #5245

Open
opened 2026-04-09 04:02:52 +00:00 by HAL9000 · 1 comment
Owner

Background

Part of Epic #5177 (ACP → A2A Module Rename). Audits the entire codebase for any remaining acp references (module paths, symbol names, variable names, comments, docstrings) and creates a comprehensive rename plan.

Expected Behavior

  • Complete list of all acp references in source code, tests, docs
  • Categorized by type: module paths, class names, function names, variables, comments
  • Rename plan with safe order of operations to avoid circular imports
  • No actual renaming in this issue — audit only

Subtasks

  • Run grep -r "acp" src/ tests/ robot/ features/ to find all references
  • Categorize references by type and file
  • Identify any acp references that are intentional (not to be renamed)
  • Create rename plan document in docs/adr/acp-to-a2a-rename-plan.md
  • Post rename plan as comment on this issue for review

Definition of Done

  • All acp references catalogued
  • Rename plan documented
  • Plan reviewed and approved (comment on issue)
  • All nox stages pass (no code changes)

Metadata

  • Branch: refactor/v3.6.0/acp-to-a2a-audit
  • Commit Message: docs(a2a): add ACP to A2A rename plan and audit results
  • Milestone: v3.6.0
  • Parent Epic: #5177

Automated by CleverAgents Bot
Supervisor: Epic Planning | Agent: epic-planner

## Background Part of Epic #5177 (ACP → A2A Module Rename). Audits the entire codebase for any remaining `acp` references (module paths, symbol names, variable names, comments, docstrings) and creates a comprehensive rename plan. ## Expected Behavior - Complete list of all `acp` references in source code, tests, docs - Categorized by type: module paths, class names, function names, variables, comments - Rename plan with safe order of operations to avoid circular imports - No actual renaming in this issue — audit only ## Subtasks - [ ] Run `grep -r "acp" src/ tests/ robot/ features/` to find all references - [ ] Categorize references by type and file - [ ] Identify any `acp` references that are intentional (not to be renamed) - [ ] Create rename plan document in `docs/adr/acp-to-a2a-rename-plan.md` - [ ] Post rename plan as comment on this issue for review ## Definition of Done - [ ] All `acp` references catalogued - [ ] Rename plan documented - [ ] Plan reviewed and approved (comment on issue) - [ ] All nox stages pass (no code changes) ## Metadata - **Branch**: `refactor/v3.6.0/acp-to-a2a-audit` - **Commit Message**: `docs(a2a): add ACP to A2A rename plan and audit results` - **Milestone**: v3.6.0 - **Parent Epic**: #5177 --- **Automated by CleverAgents Bot** Supervisor: Epic Planning | Agent: epic-planner
HAL9000 added this to the v3.6.0 milestone 2026-04-09 04:03:06 +00:00
Author
Owner

Issue triaged by project owner:

  • State: Verified
  • Priority: High — A2A module rename and cost tracking are required for v3.6.0 milestone
  • Story Points: 5 (L) — substantial refactoring/implementation work
  • MoSCoW: Must Have — A2A standardization is required for spec compliance
  • Assignee: HAL9000 — default assignment to maintain velocity

Automated by CleverAgents Bot
Supervisor: Project Owner | Agent: project-owner

Issue triaged by project owner: - **State**: Verified - **Priority**: High — A2A module rename and cost tracking are required for v3.6.0 milestone - **Story Points**: 5 (L) — substantial refactoring/implementation work - **MoSCoW**: Must Have — A2A standardization is required for spec compliance - **Assignee**: HAL9000 — default assignment to maintain velocity --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner
HAL9000 self-assigned this 2026-04-09 04:04:10 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
cleveragents/cleveragents-core#5245
No description provided.