ai-refactor-cli
v0.2.0 Apache-2.0Rust CLI for legacy-code refactoring — zero false positives via tree-sitter AST
Install
cargo install ai-refactor-cli Highlights
- tree-sitter AST detection — no false positives in comments or strings
- Django FBV → CBV auto-conversion with
--apply - TypeScript
anydetection and Python missing-typing detection - 33 unit tests / GitLab CI: fmt + clippy + test + build all green
- Library crate: embed
ai_refactor_cliin your own tools