Files
coze-studio/common
tecvan-fe 3e498d032a feat(rush-commands): add revert-useless-changes tool with functional programming design
Implement a comprehensive tool to automatically detect and revert files with only
cosmetic changes (whitespace or comments) in Git repositories.

Features:
- Functional programming architecture with pure functions
- Rule-based analysis system (whitespace and AST comment detection)
- Commander.js CLI with comprehensive options
- ESM module system throughout
- Proper handling of new/added files
- TypeScript with strict typing
- Comprehensive documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 14:25:17 +08:00
..