- Add crossterm dependency for TUI features
- Implement colored progress bars for system metrics
- Add clear screen and cursor reset in continuous mode
- Style process table with colors and formatting
- Colorize alert thresholds (Green/Yellow/Red)
- Add release profile with LTO and stripping for smaller binaries
- Add Rust checks (fmt, clippy, test) to CI
- Remove redundant 200ms sleep in cpu monitoring for better continuous performance
- Fix dead code warnings in various modules
- Set up basic Cargo project with tracker-rs name
- Initialize source directory with main.rs template
- Establish foundation for Rust rewrite of system tracker