Skip to content

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 20 Mar 23:47

Restructure

Flat src/*.rs reorganized into domain modules:

  • src/passes/{security,static_analysis,quality}/ for the analysis passes
  • src/output/{mod,score,terminal}.rs for rendering
  • src/mcp/{mod,tools,prompts,helpers,rules,types}.rs for 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