Oct 25, 2025 · v0.1.0

Initial Beta Release

Eight analyzers, six refactorers, risk scoring, and a plugin architecture.

Core features

  • Plugin architecture. Extensible analyzer plugin system: add custom rules without touching core logic.
  • Risk scoring. A 0.0 to 1.0 risk scale for every refactoring suggestion so you can triage with confidence.
  • Analyzers. 8 built-in: Complexity, Code Smell, Security, Dependency, Dead Code, Type Hints, Extract Method, and Performance.
  • Refactorers. 6 refactoring operations: extract constants, reduce parameters, simplify conditionals, add docstrings, and extract methods.
  • YAML config. Per-project configuration via refactron.yaml: tune thresholds and enable or disable rules.

Performance

  • Analysis speed. 4,300 lines per second: fast enough for pre-commit hooks and CI pipelines.
  • CI/CD ready. Ships with pre-commit hook support and pipeline integration guides.