docs(contributors): add ACMS storage tiers contribution entry and remove duplicate
CI / lint (pull_request) Successful in 54s
CI / quality (pull_request) Successful in 1m7s
CI / typecheck (pull_request) Successful in 1m19s
CI / security (pull_request) Successful in 1m28s
CI / helm (pull_request) Successful in 35s
CI / build (pull_request) Successful in 44s
CI / push-validation (pull_request) Successful in 19s
CI / integration_tests (pull_request) Successful in 3m38s
CI / e2e_tests (pull_request) Successful in 3m55s
CI / unit_tests (pull_request) Failing after 6m13s
CI / docker (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 10m23s
CI / status-check (pull_request) Failing after 3s

- Add HAL 9000 contribution entry for ACMS Hot/Warm/Cold Storage Tiers implementation (#9580)
- Remove duplicate HAL 9000 contributor line
- Fix list indentation consistency

ISSUES CLOSED: #9580
This commit is contained in:
CleverAgents Bot
2026-05-07 17:18:59 +00:00
parent a6b0e7638d
commit fa5964a727
+3 -3
View File
@@ -7,7 +7,6 @@
* Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
* Luis Mendes <luis.p.mendes@gmail.com>
* Rui Hu <rui.hu@cleverthis.com>
* HAL 9000 <hal9000@cleverthis.com>
# Details
@@ -16,7 +15,8 @@ Below are some of the specific details of various contributions.
* Jeffrey Phillips Freeman has acted as Lead Developer, daily contributor, and Project Owner.
* Brent E. Edwards has contributed quality assurance, test coverage, and CI pipeline improvements.
* 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 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.
* This project was made possible thanks to considerable donation of time, money, and resources by CleverThis, Inc.
* HAL 9000 has contributed the ACMS Hot/Warm/Cold Storage Tiers implementation (#9580): three-tier storage architecture with LRU hot/in-memory tier, disk-backed warm tier with hashed filenames, gzip-compressed cold tier with lazy decompression, lifecycle policy engine for automatic tier transitions based on access patterns, incremental O(1) size tracking, and bounded lifecycle dicts. Includes BDD feature coverage, Robot Framework integration tests, and full thread safety via `threading.RLock`.
* HAL 9000 has contributed automated bug fixes, CLI output formatting improvements, and ongoing maintenance as part of the CleverAgents automation system.