Open Issues Need Help
View All on GitHub feat(cli): add --json to find, analyze, analyze-impact, discover about 21 hours ago
enhancement good first issue priority-medium ready
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