fix: AGENTS.md audit round 3 — zero clippy warnings#109
Merged
Conversation
- Fix no-op replace in fastapi_extractor.rs and spring_extractor.rs (clippy::no_effect_replace) - Fix manual prefix stripping in confluence_backend.rs → strip_prefix (clippy::manual_strip) - Fix type_complexity in gdpr.rs → GdprSnapshotData type alias - Fix module_inception in storage/tests.rs → remove nested mod tests - Fix unexpected_cfgs → add memory-route-tests-disabled feature - Fix unwrap() → expect() with message in wiki-gen ProgressStyle - Allow too_many_arguments for tree-sitter parser module (documented) Clippy warnings: 15+ → 0
TelivANT
added a commit
that referenced
this pull request
Feb 25, 2026
- COMPARISON.md: 4 hot-reload claims corrected (table, architecture, advantages, summary) - ROADMAP.md: comparison table + priority list hot-reload corrected - DESIGN.md: hot-reload section marked as "design intent (not fully implemented)" - RELEASE_CHECKLIST.md: PR #107/#108/#109 merge records + Round 11 audit
TelivANT
added a commit
that referenced
this pull request
Feb 26, 2026
- COMPARISON.md: 4 hot-reload claims corrected (table, architecture, advantages, summary) - ROADMAP.md: comparison table + priority list hot-reload corrected - DESIGN.md: hot-reload section marked as "design intent (not fully implemented)" - RELEASE_CHECKLIST.md: PR #107/#108/#109 merge records + Round 11 audit
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.
AGENTS.md 12-role audit Round 3
Changes
Result
Clippy warnings reduced from 15+ to 0.