From 2992b60507ecfaca2043761f9ccaa5e2e8d81b91 Mon Sep 17 00:00:00 2001 From: CleverThis Date: Thu, 16 Apr 2026 08:08:32 +0000 Subject: [PATCH] docs(changelog): add bug-hunt-pool-supervisor non-blocking tracking entry Update CHANGELOG.md and CONTRIBUTORS.md to document the behavioral change to bug-hunt-pool-supervisor that makes automation tracking non-blocking, as required by PR review feedback for PR #9349. --- CHANGELOG.md | 2 ++ CONTRIBUTORS.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72970ffa3..817aebca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -152,6 +152,8 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Changed +- **bug-hunt-pool-supervisor Non-Blocking Tracking**: Updated bug-hunt-pool-supervisor agent instructions to make automation tracking non-blocking. + - **Decision Tree Full ULID Display** (#5825): The `agents plan tree` command now displays full 26-character ULIDs for all decisions instead of truncating them to 8 characters. This enables users to copy decision IDs directly from tree output diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 60ee6fb1d..4acd4e62b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -21,3 +21,4 @@ Below are some of the specific details of various contributions. * HAL 9000 has contributed the plugin entry point security hardening fix (#7476): enforced entry point allowlist validation before importing plugin modules to prevent malicious plugin loading. * This project was made possible thanks to considerable donation of time, money, and resources by CleverThis, Inc. * HAL 9000 has contributed automated bug fixes, CLI output formatting improvements, and ongoing maintenance as part of the CleverAgents automation system. +* HAL 9000 has contributed the `bug-hunt-pool-supervisor` non-blocking tracking fix: updated agent instructions to prevent initialization hangs by making automation tracking non-blocking, ensuring the supervisor continues even if tracking issue creation fails.