5 Commits

Author SHA1 Message Date
50a0bc0b80 Add scripts to automatically fix common Java decompilation errors and malformed declarations 2026-01-11 23:52:23 +00:00
a1b5633261 Refactor and add scripts for fixing constructor and package declaration issues in Java files 2026-01-11 23:31:50 +00:00
eee450ed82 stuff 2026-01-11 21:54:27 +00:00
4842b570a5 stuff 2026-01-11 21:42:29 +00:00
db8eac5a02 feat: Add unified command-line utility for TunerStudio project
- Introduced `tustu_tools.py` to consolidate various scripts into a single command-line tool.
- Implemented key generation functionality with multiple algorithms.
- Added dummy data generation and email formatting capabilities.
- Included structure analysis and constructor fixing for Java files.
- Created wrapper script `tustu-tools` for easy access to the utility.
- Developed test scripts for dummy data and email generation.
- Added a script for reorganizing the app directory structure.
2026-01-11 21:05:10 +00:00