[docs-updater] Sync docs with recent code changes - #900
Merged
Conversation
The crates/libaipm/src/resolver/ directory now contains 76 unit tests (mod.rs: 46, error.rs: 12, overrides.rs: 18). The README Roadmap section was still citing the old count of 69. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #900 +/- ##
=======================================
Coverage 97.55% 97.55%
=======================================
Files 128 128
Lines 39025 39025
Branches 975 975
=======================================
Hits 38070 38070
Misses 859 859
Partials 96 96 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
The docs-updater workflow reviewed all documentation files against the current code state. One factual inaccuracy was found and corrected.
Summary
The README Roadmap section cited an outdated resolver test count. The number has grown since the text was originally written, and the stale figure would give contributors a misleading picture of the test coverage.
Changes
README.md— Updated resolver test count in the Roadmap → Dependencies section from 69 to 76, matching the actual#[test]count acrosscrates/libaipm/src/resolver/(mod.rs: 46,error.rs: 12,overrides.rs: 18).Recent commits reviewed
80bd042— docs: update CHANGELOG and README for v0.25.0 (docs: update CHANGELOG and README for v0.25.0 #884)What was checked and found accurate
CLAUDE.mdlint policy matches[workspace.lints]inCargo.toml✓CLAUDE.mdbuild/test/clippy/fmt commands are correct ✓CLAUDE.mdcoverage commands and threshold (89%) are correct ✓CLAUDE.mdproject structure matches the actualcrates/layout ✓CLAUDE.mdworkflow timeouts and schedules match the compiled.lock.ymlfiles ✓README.mdCLI command table matches all entries in theCommandsenum ✓README.mdaipm make pluginfeature table matchesengine-api-schema.jsondata ✓README.mdlint rule count (19) and reporter count (4) are correct ✓README.mdlockfile test count (31) is correct ✓README.mdBDD feature file count (33 files, 300+ scenarios) is correct (345 scenarios) ✓