Files
HAL9000 1adfe551b8 feat(regression): add ACP→A2A rename regression guard and clean .gitignore (#10995)
Add BDD regression test (a2a_acp_rename_regression.feature) with 4 scenarios
guarding against accidental reintroduction of legacy ACP references after the
completed ACP to A2A module rename. Scenarios verify: no acp import lines, no
/acp/ paths, sub-packages import cleanly without acp dependency leaks, and
__init__.py files have no stale acp re-exports.

Also removes the deprecated src/cleveragents/acp/ gitignore entry added by
ADR-047 since the directory has been fully migrated.
2026-05-09 12:51:40 +00:00
..