- Replace 51 .to_string() on &str with .to_owned()
- Allow non_ascii_literal on 6 functions with intentional emoji output
- Rename 2 shadowed 'line' variables in Docker build/push loops
- Replace unreachable!() with Ok(()) return in init command
- Simplify if/else to bool::then_some for log parser
- Use drop() on dotenvy::from_filename must_use result
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>