Commit Graph

4 Commits

Author SHA1 Message Date
Jamie Pine
75faba76da feat: Add script to remove 3D/colorful emojis from Rust files
- Introduced `remove_emojis.sh`, a Bash script designed to identify and remove 3D/colorful emojis followed by a space in Rust files while preserving simple symbols.
- The script counts the number of Rust files processed and reports modifications made.
- Updated various Rust files to remove emoji characters from log messages and print statements for a cleaner output.
- Enhanced user experience by providing color-coded output for progress and results during the emoji removal process.
2025-09-19 18:28:42 -07:00
Jamie Pine
ecdcf04066 Refactor logging output to remove emojis and improve consistency
- Updated various print statements across the codebase to remove emoji indicators, ensuring a more uniform logging style.
- Adjusted output messages in CLI, job handling, and event processing to enhance clarity and maintainability.
- Refactored job-related logging to provide clearer status updates without emoji clutter.

Co-authored-by: ijamespine <ijamespine@me.com>
2025-09-18 22:44:10 -07:00
Cursor Agent
ac0c298e2a feat: Implement semantic tagging foundation
Co-authored-by: ijamespine <ijamespine@me.com>
2025-09-15 21:12:19 +00:00
Cursor Agent
ae04f7b7d6 feat: Implement advanced semantic tagging system
Co-authored-by: ijamespine <ijamespine@me.com>
2025-09-15 20:51:10 +00:00