Skip to main content

Crate ai_refactor_cli

Crate ai_refactor_cli 

Source
Expand description

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.

Modules§

ast
Tree-sitter AST utilities.
detectors
Transformation detectors.
report
Output formatters for scan findings.
rules
Built-in rule definitions.
scanner
Filesystem walker that applies rules to files.