Skip to content

fix: AGENTS.md audit round 3 — zero clippy warnings#109

Merged
TelivANT merged 1 commit intomainfrom
fix/agents-md-audit-round3
Feb 25, 2026
Merged

fix: AGENTS.md audit round 3 — zero clippy warnings#109
TelivANT merged 1 commit intomainfrom
fix/agents-md-audit-round3

Conversation

@TelivANT
Copy link
Copy Markdown
Owner

AGENTS.md 12-role audit Round 3

Changes

  • 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 to Cargo.toml
  • Fix unwrap() → expect() with message in wiki-gen ProgressStyle
  • Allow too_many_arguments for tree-sitter parser module (documented reason)

Result

Clippy warnings reduced from 15+ to 0.

- 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 TelivANT merged commit 7eddf5e into main Feb 25, 2026
3 checks passed
@TelivANT TelivANT deleted the fix/agents-md-audit-round3 branch February 25, 2026 23:47
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant