Disable clap's built-in help flag and reroute `-h`/`--help` to
print an embedded help text from `help.txt`. Use `try_parse` to
avoid clap's default exit on parse failure, allowing custom error
output.
- Enable whisper.cpp C library logs when verbose flag is set
- Replace direct eprintln usage with debug_log macro for non-error
messages
- Update vtx-engine dependency to latest commit