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