chore: add CHANGELOG.md and CONTRIBUTORS.md entries for tracking prefix fix (#7891)
CI / push-validation (pull_request) Successful in 41s
CI / helm (pull_request) Successful in 47s
CI / build (pull_request) Successful in 1m18s
CI / lint (pull_request) Successful in 1m26s
CI / quality (pull_request) Successful in 1m47s
CI / security (pull_request) Successful in 2m4s
CI / typecheck (pull_request) Successful in 2m8s
CI / e2e_tests (pull_request) Failing after 4m30s
CI / integration_tests (pull_request) Failing after 4m42s
CI / unit_tests (pull_request) Failing after 6m28s
CI / docker (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 10m32s
CI / status-check (pull_request) Failing after 3s

Added missing CHANGELOG.md entry under [Unreleased] > Fixed section documenting
the AUTO-REV-POOL to AUTO-REV-SUP tracking prefix alignment for the
pr-review-pool-supervisor agent.

Added CONTRIBUTORS.md entry crediting HAL 9000 for the tracking prefix
documentation fix (#7891).

ISSUES CLOSED: #7891
This commit is contained in:
2026-05-05 19:07:11 +00:00
committed by CleverThis
parent 71a2c8b8dd
commit 535cb54e51
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -7,6 +7,12 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Fixed
- **PR Review Pool Supervisor Tracking Prefix** (#7891): Updated `pr-review-pool-supervisor.md`,
`docs/development/automation-tracking.md`, and `docs/development/agent-system-specification.md`
to replace all occurrences of the outdated `AUTO-REV-POOL` tracking prefix with the correct
`AUTO-REV-SUP` prefix. The agent was already using `AUTO-REV-SUP` in production; this change
aligns the documentation with the actual runtime behaviour.
- **Automation Profile Silent Fallback** (#8232): `_resolve_profile_for_plan` in
`PlanLifecycleService` now raises a clear `ValidationError` when a plan's
automation profile name is not a known built-in profile, instead of silently
+1
View File
@@ -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 pr-review-pool-supervisor tracking prefix documentation fix (#7891): aligned all documentation references from the outdated `AUTO-REV-POOL` prefix to the correct `AUTO-REV-SUP` prefix used in production.