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
//! Transformation detectors.
//!
//! Each detector implements both detection (returning findings) and an optional
//! `apply` transformation that rewrites the source file in-place.

pub mod django;