docs: refresh docs to reflect edit_replace additions - #1386
Merged
Conversation
Signed-off-by: Hugues Clouâtre <hugues@linux.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refresh four documentation files to reflect recent
edit_replaceenhancements merged in PRs #1380 and #1381. The tool now supports an optionalexpected_content_hash(blake3) staleness check, serializes concurrent edits to the same file via a per-path mutex, and returns a newstale_content_hasherror subtype. These docs-only changes keep AGENTS.md, README.md, METRICS.md, and ROADMAP.md current with the implementation.Changes
The README.md
edit_replacetable row now mentions the optionalexpected_content_hashparameter and per-path concurrent edit serialization. AGENTS.md adds a new bullet in the tool parameters section documenting the staleness check and mutex registry behavior, placed before the existing circuit-breaker bullet. The METRICS.md schema table and JSON example block both addstale_content_hashto theerror_subtypeexamples. ROADMAP.md appends a new completed entry below the Knowledge Graph entry summarizing the concurrent safety, staleness detection, and hot-path optimizations delivered in #1380 and #1381.Test plan