fix(agents): correct CHANGELOG structure and parent epic reference in pool supervisor
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 45s
CI / helm (pull_request) Successful in 48s
CI / lint (pull_request) Successful in 2m9s
CI / typecheck (pull_request) Successful in 2m28s
CI / build (pull_request) Successful in 1m18s
CI / security (pull_request) Successful in 2m56s
CI / quality (pull_request) Successful in 1m56s
CI / benchmark-regression (pull_request) Failing after 1m27s
CI / integration_tests (pull_request) Successful in 5m18s
CI / e2e_tests (pull_request) Successful in 5m40s
CI / unit_tests (pull_request) Successful in 6m28s
CI / docker (pull_request) Successful in 1m37s
CI / coverage (pull_request) Successful in 15m0s
CI / status-check (pull_request) Successful in 3s
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 45s
CI / helm (pull_request) Successful in 48s
CI / lint (pull_request) Successful in 2m9s
CI / typecheck (pull_request) Successful in 2m28s
CI / build (pull_request) Successful in 1m18s
CI / security (pull_request) Successful in 2m56s
CI / quality (pull_request) Successful in 1m56s
CI / benchmark-regression (pull_request) Failing after 1m27s
CI / integration_tests (pull_request) Successful in 5m18s
CI / e2e_tests (pull_request) Successful in 5m40s
CI / unit_tests (pull_request) Successful in 6m28s
CI / docker (pull_request) Successful in 1m37s
CI / coverage (pull_request) Successful in 15m0s
CI / status-check (pull_request) Successful in 3s
Consolidate duplicate ### Fixed sub-headers under [Unreleased] section in CHANGELOG.md into a single section per Keep a Changelog format. Add all pre-existing entries under one ### Fixed header for cleanliness. Replace incorrect Parent Epic: #9779 (an automated announcement post) with placeholder in implementation-pool-supervisor agent definition examples, since #9779 is not an Epic.
This commit is contained in:
@@ -164,7 +164,8 @@ all 8 items before creating a PR: CHANGELOG.md update, CONTRIBUTORS.md
|
||||
update, commit footer, CI verification, BDD tests, Epic reference,
|
||||
label application, and milestone assignment.
|
||||
|
||||
Parent Epic: #9779
|
||||
<!-- TODO: Replace <EPIC-NUMBER> with correct parent Epic for implementation-supervisor improvements -->
|
||||
Parent Epic: #<EPIC-NUMBER>
|
||||
|
||||
ISSUES CLOSED: #10069
|
||||
```
|
||||
|
||||
+2
-9
@@ -5,14 +5,6 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Fixed `ReactiveEventBus.emit()` exception handler to log the full exception
|
||||
message (`str(exc)`) and enable traceback forwarding (`exc_info=True`).
|
||||
Previously the handler logged only the exception type name (e.g.
|
||||
"ValueError") with no diagnostic detail, making production debugging
|
||||
impossible. The handler now includes the error message text and full
|
||||
traceback in the structlog warning entry. Removed `@tdd_expected_fail` tag
|
||||
from the TDD test so both scenarios run as normal regression guards. (#988)
|
||||
|
||||
### Added
|
||||
|
||||
- **Implementation Pool Supervisor** (#10069): Added a new
|
||||
@@ -28,7 +20,8 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
|
||||
- **YAML frontmatter fields added to `implementation-pool-supervisor` agent definition** (#10069): Added `model: "CleverThis-8/Qwen3-Coder-Next-GGUF-Q6-K"` and `reasoningEffort: "high"` to the YAML frontmatter, matching the convention used by other supervisor agents (`implementation-supervisor.md`, `pr-merge-supervisor.md`).
|
||||
|
||||
### Fixed
|
||||
- **ReactiveEventBus.emit() exception handler** (#988): Fixed the exception handler to log the full exception message (`str(exc)`) and enable traceback forwarding (`exc_info=True`). Previously the handler logged only the exception type name (e.g. "ValueError") with no diagnostic detail. The handler now includes the error message text and full traceback in the structlog warning entry. Removed `@tdd_expected_fail` tag from the TDD test so both scenarios run as normal regression guards.
|
||||
|
||||
- **Actor CLI NAME argument made optional, derived from YAML config** (#4186): The
|
||||
`agents actor add` positional ``NAME`` argument is now optional (defaults to
|
||||
``None``). When omitted, the actor name is derived from the ``name`` field in
|
||||
|
||||
Reference in New Issue
Block a user