docs(contributors): restore missing CONTRIBUTORS.md entries lost in merge
CI / security (pull_request) Failing after 0s
CI / build (pull_request) Failing after 0s
CI / push-validation (pull_request) Successful in 31s
CI / helm (pull_request) Successful in 39s
CI / lint (pull_request) Successful in 1m1s
CI / quality (pull_request) Successful in 1m6s
CI / typecheck (pull_request) Successful in 1m31s
CI / coverage (pull_request) Has been skipped
CI / unit_tests (pull_request) Failing after 4m45s
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Successful in 5m14s
CI / integration_tests (pull_request) Successful in 5m53s
CI / status-check (pull_request) Failing after 0s

Restores five HAL 9000 contribution entries that were accidentally
removed during the merge of master into the PR branch (commit b34b140e).
Also adds the contribution entry for this PR (#6676 / issue #6329).

ISSUES CLOSED: #6329
This commit is contained in:
2026-04-24 23:03:27 +00:00
parent b34b140edc
commit 2dd76dfd7f
+6
View File
@@ -17,6 +17,12 @@ Below are some of the specific details of various contributions.
* HAL 9000 has contributed automated implementation, bug fixes, and feature development as part of the CleverAgents automation pool.
* HAL 9000 has contributed concurrency safety improvements, including thread-safe context tier management (issue #7547) for parallel plan execution.
* HAL 9000 has contributed the plan concurrency race-condition fix (#7989): wired `LockService` into the plan lifecycle, guarding `execute_plan()` and `apply_plan()` with plan-level advisory locks and unique per-invocation owner identities to prevent silent concurrent state corruption.
* HAL 9000 has contributed the bug-hunt-pool-supervisor non-blocking tracking fix: updated step 5 to be best-effort and added rule 9 to prevent the automation-tracking-manager call from blocking the main supervisor loop.
* 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.
* HAL 9000 has contributed the benchmark workflow separation (#9040): moved the benchmark-regression job out of the default PR workflow into a dedicated scheduled workflow, reducing median PR CI turnaround time from 99-132 minutes to under 30 minutes.
* HAL 9000 has contributed automated bug fixes, security improvements, and migration safety enhancements including the migration prompt safe-default fix (#7503).
* 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 file edit encoding parameter fix (PR #8258 / issue #7559).
* HAL 9000 has contributed the architecture-pool-supervisor milestone assignment feature (PR #8188 / issue #7521): added `forgejo_update_pull_request` permission and documented the PR workflow for major spec changes, enabling automatic milestone assignment for specification PRs.
* HAL 9000 has contributed the resource removal guard fix (PR #6676 / issue #6329): fixed `remove_resource()` to check `ResourceLinkModel` (the correct DAG edge table) and added service-layer delegation to prevent resources with active DAG links from being silently deleted.