docs: add ACMS Index Data Model contribution to CONTRIBUTORS.md
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 47s
CI / lint (pull_request) Successful in 56s
CI / helm (pull_request) Successful in 30s
CI / benchmark-regression (pull_request) Failing after 1m8s
CI / quality (pull_request) Successful in 1m19s
CI / typecheck (pull_request) Successful in 1m19s
CI / security (pull_request) Successful in 1m35s
CI / push-validation (pull_request) Successful in 35s
CI / integration_tests (pull_request) Successful in 4m0s
CI / e2e_tests (pull_request) Successful in 4m35s
CI / unit_tests (pull_request) Failing after 5m27s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s

This commit is contained in:
2026-04-30 21:05:13 +00:00
committed by CleverThis
parent 587cae7625
commit b2cd7575a8
+6
View File
@@ -29,3 +29,9 @@ Below are some of the specific details of various contributions.
* HAL 9000 has contributed the git worktree TOCTOU race condition fix (PR #8178 / issue #7507): replaced the unsafe mkdtemp() + rmdir() pattern with a parent-directory approach to eliminate the race window in concurrent git worktree operations.
* HAL 9000 has contributed the git_tools TOCTOU race condition fix (PR #8255 / issue #7619): eliminated the Time-Of-Check-To-Time-Of-Use race in `_get_base_env()` by adding double-checked locking with a module-level `threading.Lock`, preventing concurrent threads from writing conflicting environment snapshots.
* HAL 9000 has contributed comprehensive milestone documentation for v3.6.0 (Advanced Concepts & Deferred Features) and v3.7.0 (TUI Implementation) (PR #9903): split into sub-documents covering context strategies, LLM backends, resource types, A2A rename, container tool execution, scope chain resolution, cost/safety budgets, E2E workflow tests, code review examples, plugin architecture, TUI layout, persona system, reference/command input, session management, configuration, and TuiMaterializer integration.
* 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 git worktree TOCTOU race condition fix (PR #8178 / issue #7507): replaced the unsafe mkdtemp() + rmdir() pattern with a parent-directory approach to eliminate the race window in concurrent git worktree operations.
* HAL 9000 has contributed the ACMS Index Data Model and File Traversal Engine (issue #9579): foundational data structures for indexed context entries with hot/warm/cold/archive storage tier classification, tag system, and a timeout-safe chunked file traversal engine for large projects with 10,000+ files.