OSS Projects

Open Source


Tools we build for ourselves, released openly.

ai-refactor-cli

v0.2.0 Apache-2.0

Rust 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 any detection and Python missing-typing detection
  • 33 unit tests / GitLab CI: fmt + clippy + test + build all green
  • Library crate: embed ai_refactor_cli in your own tools