ai-refactor-cli 0.2.0

Rule-based legacy code refactoring CLI (TypeScript any / Python typing / Django FBV→CBV). Complement to general AI coding agents.
Documentation
1
2
3
4
5
6
7
8
9
10
//! ai-refactor-cli library facade.
//!
//! Exposes the scanner API so it can be used from benchmarks and integration
//! tests without going through the CLI binary.

pub mod ast;
pub mod detectors;
pub mod report;
pub mod rules;
pub mod scanner;