diff --git a/CHANGELOG.md b/CHANGELOG.md index 35247aff4..3969cdd76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -133,6 +133,13 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Fixed +- **Missing `docs/development/docs-writer.md`** (#7663): Restored the + `docs-writer` agent reference documentation that was absent from the + filesystem despite PR #5289 (commit `c76433f7`) claiming to add it. + The file documents the `docs-writer` agent's responsibilities, monitoring + loop, automation tracking participation, documentation standards, and clone + isolation protocol. The mkdocs navigation entry now resolves correctly. + - **Validation Gate Empty-Run Guard** (#7508): Fixed `ApplyValidationSummary.all_required_passed` returning `True` when zero validations were run, silently bypassing the apply gate. The property now returns `False` when the validation result set is empty (`is_empty` is `True`), ensuring diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0b43e1538..31d4c882f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -14,4 +14,6 @@ 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 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.