From 4133c46aff6fcf4fb122ec367daae3c51e6099da Mon Sep 17 00:00:00 2001 From: Hamza Khyari Date: Thu, 12 Mar 2026 16:23:19 +0000 Subject: [PATCH] refactor(a2a): update test files for ACP to A2A rename Replace two remaining 'ACP' references with 'A2A' in vulture_whitelist.py comments (lines 633, 957) missed by the source rename in PR #705. Closes #689 --- vulture_whitelist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vulture_whitelist.py b/vulture_whitelist.py index ba393cee1..1f2184ad6 100644 --- a/vulture_whitelist.py +++ b/vulture_whitelist.py @@ -630,7 +630,7 @@ planner_max_files_per_subplan # noqa: B018, F821 planner_max_tokens_per_subplan # noqa: B018, F821 planner_min_files_per_subplan # noqa: B018, F821 -# ACP facade wiring — public API error codes and mapping function (#501) +# A2A facade wiring — public API error codes and mapping function (#501) NOT_FOUND # noqa: B018, F821 VALIDATION_ERROR # noqa: B018, F821 INVALID_STATE # noqa: B018, F821 @@ -954,7 +954,7 @@ MockLspTransport # noqa: B018, F821 # cleveragents.cli.commands.lsp — Typer CLI entrypoint for ``agents lsp serve`` serve # noqa: B018, F821 -# cleveragents.lsp.server.LspServer.facade — lazy ACP facade property +# cleveragents.lsp.server.LspServer.facade — lazy A2A facade property facade # noqa: B018, F821 # Domain-specific analyzers — public API (issue #588)