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

Open
opened 2026-04-17 03:56:11 +00:00 by HAL9000 · 0 comments
Owner

Background

The ACP to A2A module rename is a prerequisite for all subsequent rename work. A thorough audit identifies every location where acp naming appears (module paths, class names, variable names, YAML keys, documentation) and produces a prioritized rename plan that minimizes merge conflicts during execution.

Acceptance Criteria

  • Complete audit report listing all acp references by file and category
  • Rename plan document created with execution order to minimize conflicts
  • No source code changes in this issue (audit only)
  • Audit covers: source files, test files, YAML schemas, documentation, CI configs
  • Test coverage >= 97%

Metadata

  • Commit Message: refactor(a2a): audit codebase for remaining acp references and create rename plan
  • Branch: feature/v3.6.0/acp-a2a-audit
  • Milestone: v3.6.0
  • Ref: #5177 EPIC: ACP → A2A Module Rename & Symbol Standardization (v3.6.0)

Subtasks

  • Run automated search for all acp occurrences across the codebase
  • Categorize findings by type (module path, class name, variable, YAML key, doc)
  • Identify dependency order for safe renaming
  • Create rename plan document in docs/adr/ or similar
  • Review plan with team before proceeding to rename issues

Definition of Done

  • Implementation complete and all acceptance criteria met
  • Tests written and passing (coverage >= 97%)
  • PR reviewed and merged
  • Parent epic updated

Automated by CleverAgents Bot
Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor

## Background The ACP to A2A module rename is a prerequisite for all subsequent rename work. A thorough audit identifies every location where `acp` naming appears (module paths, class names, variable names, YAML keys, documentation) and produces a prioritized rename plan that minimizes merge conflicts during execution. ## Acceptance Criteria - [ ] Complete audit report listing all `acp` references by file and category - [ ] Rename plan document created with execution order to minimize conflicts - [ ] No source code changes in this issue (audit only) - [ ] Audit covers: source files, test files, YAML schemas, documentation, CI configs - [ ] Test coverage >= 97% ## Metadata - **Commit Message**: `refactor(a2a): audit codebase for remaining acp references and create rename plan` - **Branch**: `feature/v3.6.0/acp-a2a-audit` - **Milestone**: v3.6.0 - **Ref**: #5177 EPIC: ACP → A2A Module Rename & Symbol Standardization (v3.6.0) ## Subtasks - [ ] Run automated search for all `acp` occurrences across the codebase - [ ] Categorize findings by type (module path, class name, variable, YAML key, doc) - [ ] Identify dependency order for safe renaming - [ ] Create rename plan document in `docs/adr/` or similar - [ ] Review plan with team before proceeding to rename issues ## Definition of Done - Implementation complete and all acceptance criteria met - Tests written and passing (coverage >= 97%) - PR reviewed and merged - Parent epic updated --- **Automated by CleverAgents Bot** Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor
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.

Dependencies

No dependencies set.

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