Question
portable-pty = "0.9" sits in the workspace manifest used by no crate (absent from Cargo.lock); assert_cmd is a live dl dev-dependency with zero uses. The Rust pty harness they imply was never built, so Runner::session's real-terminal behavior and the skim picker's has-a-terminal branch are exercised only via the Python e2e suite (Docker required). Decide: drop the deps, or build the harness. Graduate the resulting build onto the map.
Question
portable-pty = "0.9"sits in the workspace manifest used by no crate (absent fromCargo.lock);assert_cmdis a live dl dev-dependency with zero uses. The Rust pty harness they imply was never built, soRunner::session's real-terminal behavior and the skim picker's has-a-terminal branch are exercised only via the Python e2e suite (Docker required). Decide: drop the deps, or build the harness. Graduate the resulting build onto the map.