Commit 375846b
🧹 Clean repository and fix remaining bugs
Major cleanup and bug fixes:
Repository Cleanup:
- Removed temporary files, logs, and test outputs
- Cleaned up empty directories
- Removed .DS_Store files
- Removed test report JSON files that shouldn't be tracked
Bug Fixes:
- Fixed missing await in generateTechnicalNotes function
- Made generateTechnicalNotes async to properly await analyzeDistribution
- Changed forEach to for...of loop for async operations
Documentation:
- Streamlined README to be concise and user-focused
- Removed marketing fluff and repetitive content
- Clear quick start instructions
- Focused on practical usage examples
- Simplified feature descriptions
Testing:
- All commands working correctly (eda, int, vis, eng, llm)
- Error handling tested and working
- Large file support confirmed
- Memory management system operational
The codebase is now cleaner, more robust, and ready for production use.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent fa6e635 commit 375846b
File tree
5 files changed
+80
-557
lines changed- src/commands/llm/utils
- tests
- tui
5 files changed
+80
-557
lines changed
0 commit comments