{path="std::fs::canonicalize",reason="returns \\\\?\\ verbatim paths on Windows; use dunce::canonicalize"},
{path="std::path::Path::canonicalize",reason="returns \\\\?\\ verbatim paths on Windows; use dunce::canonicalize"},
{path="tokio::fs::canonicalize",reason="returns \\\\?\\ verbatim paths on Windows; use xai_grok_tools::util::fs helpers or spawn_blocking + dunce::canonicalize"},
{path="portable_pty::SlavePty::spawn_command",reason="an unenrolled pty child outlives its session; enroll the shell with xai_tty_utils::ProcessScope::enroll_terminal_pid"},