Trustworthy refactoring knife for JS/TS projects 🍰

2 Open Issues Need Help Last updated: Mar 17, 2026

Open Issues Need Help

View All on GitHub
enhancement good first issue priority-medium

Trustworthy refactoring knife for JS/TS projects 🍰

TypeScript

AI Summary: The `src/core/scanner.ts` file is overly large and bundles source-file I/O utilities (`parseSourceFile`, `withSourceFile`) with AST scanning concerns. This refactor aims to separate these I/O utilities into their own module, as they are consumed by other parts of the codebase like `audit.ts` and `verify.ts`, clarifying module dependencies.

Complexity: 2/5
enhancement good first issue priority-low backlog

Trustworthy refactoring knife for JS/TS projects 🍰

TypeScript