From feae81d7599f57bf3f9bd30fde4dedcc53393eab Mon Sep 17 00:00:00 2001 From: CleverThis Date: Wed, 13 May 2026 22:51:08 +0000 Subject: [PATCH] fix(agents): correct CHANGELOG structure and parent epic reference in pool supervisor 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. --- .opencode/agents/implementation-pool-supervisor.md | 3 ++- CHANGELOG.md | 11 ++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.opencode/agents/implementation-pool-supervisor.md b/.opencode/agents/implementation-pool-supervisor.md index c77b8d7a4..d8c418ab6 100644 --- a/.opencode/agents/implementation-pool-supervisor.md +++ b/.opencode/agents/implementation-pool-supervisor.md @@ -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 + +Parent Epic: # ISSUES CLOSED: #10069 ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index df10d1cfb..01529a364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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