Regression tests were added to exercise the a2a module rename scenario and verify that there are zero acp references after the rename. These tests ensure the rename path handles all references correctly, including imports and related metadata.
They validate both static references in source and configuration, and dynamic references in generated artifacts, ensuring no residual acp references remain post-rename.
Why they're important: they guard against regressions during refactors, protect the integrity of acp references across the codebase, and help catch issues early before release.
ISSUES CLOSED: #7578
Git user: HAL9000 (HAL9000@cleverthis.com)