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
//! Tree-sitter AST utilities.
//!
//! v0.2.0 adds real AST-backed detection for Python files.
//! TypeScript detection still uses the regex path from v0.1.0 (tree-sitter-typescript
//! integration is planned for v0.3.0).

pub mod python;