fix(changelog): merge duplicate # Added sub-header in [Unreleased] section
CI / helm (pull_request) Successful in 38s
CI / push-validation (pull_request) Successful in 36s
CI / build (pull_request) Successful in 1m3s
CI / lint (pull_request) Successful in 1m13s
CI / typecheck (pull_request) Successful in 1m35s
CI / quality (pull_request) Successful in 1m33s
CI / security (pull_request) Successful in 2m43s
CI / integration_tests (pull_request) Successful in 5m37s
CI / unit_tests (pull_request) Successful in 7m33s
CI / docker (pull_request) Successful in 1m39s
CI / coverage (pull_request) Successful in 12m41s
CI / status-check (pull_request) Successful in 3s

The [Unreleased] block had two ### Added sub-headers, violating
Keep a Changelog format which allows exactly one of each sub-header
type per release block. Consolidated into single ### Added.
This commit is contained in:
2026-05-16 06:40:47 +00:00
parent a64857da16
commit 2b277dc161
-2
View File
@@ -88,8 +88,6 @@ Changed `wf10_batch.robot` to be less likely to create files, and
- **A2A module rename BDD test suite** (#8615): Comprehensive Behave tests validating that the ACP→A2A module rename is complete — verifying all 22 A2A symbols are properly exported, no legacy ACP references remain in `.py` files under `cleveragents.a2a/`, and the module docstring uses current A2A naming. The step definitions include self-contained symbol lookups to avoid cross-scenario dependency failures.
### Added
- **`pr-review-worker` review-started notification** (#11028): The `first_review`
and `re_review` modes now post a "review started" notification comment to the
PR at the beginning of the review, giving PR authors immediate visibility