v0.1.13
Restructure
Flat src/*.rs reorganized into domain modules:
src/passes/{security,static_analysis,quality}/for the analysis passessrc/output/{mod,score,terminal}.rsfor renderingsrc/mcp/{mod,tools,prompts,helpers,rules,types}.rsfor the MCP server, with prompt templates extracted into their own module
No behavior change intended; the scan orchestrator gained pipeline documentation.
Cross-tool AI config
The repo now carries first-class configuration for AI coding agents contributing to rust-doctor itself: AGENTS.md, .cursor/rules/rust-doctor.mdc, .github/copilot-instructions.md, .aiexclude for Gemini Code Assist, and recommended hooks in CLAUDE.md.
Full Changelog: v0.1.12...v0.1.13