pub fn command_verdict_in(command: &str, ctx: PathCtx) -> VerdictExpand description
Classify command with the harness-supplied directory context installed (HP-19), so
relative paths resolve against the real cwd/root. command_verdict(cmd) is the
no-context form (PathCtx::default()), preserving every existing caller.