Skip to content

v0.4.0

Choose a tag to compare

@mmcky mmcky released this 08 Dec 05:26
· 34 commits to main since this release

Type Terminology, CLI Tool Integration, Documentation

Changed

  • Renamed rule classification from 'Category' to 'Type' - Clearer terminology throughout prompts, rules, and code
  • tool-style-checker now works as a CLI - Shares prompts/rules with main action for consistent local testing
  • Updated tool-style-guide-development for Type terminology

Added

  • docs/ARCHITECTURE.md - Comprehensive system architecture documentation
  • docs/FUTURE-ENHANCEMENTS.md - Roadmap with GitHub inline suggestions, batch improvements, multi-model support
  • docs/README.md - Documentation index
  • Documented 'migrate' rule type - For legacy pattern updates (e.g., tic/toc → qe.Timer())

Fixed

  • LLM integration tests - Updated to current API, all 30 tests now pass
  • Test coverage improved - 36% → 53%

Removed

  • Duplicate prompts/rules from tool-style-checker (now shared from style_checker/)

Full Changelog: v0.3.24...v0.4.0