# R8.1 任务报告 ## 结果 - [Issue #1889](https://github.com/pikasTech/unidesk/issues/1889) 由原生子代理完成,[PR #1891](https://github.com/pikasTech/unidesk/pull/1891) 已合并,master merge commit 为 `18937da9`。 - Windows `ps` / `cmd` 现在要求显式 `win//` route cwd,并同时设置 PowerShell provider cwd 与 `[Environment]::CurrentDirectory`;这保证 .NET API 和子进程也使用同一相对路径基准。 - 非法或缺失 Windows route cwd 返回 typed 错误,不再静默从 `C:\Windows` 执行。 ## 验证 - 定向测试 34/34 通过。 - D518 原入口中 `(Get-Location).Path` 与 `[Environment]::CurrentDirectory` 均为 `D:\work\研究资料归档-李昂`。 - 相对路径 `[IO.File]::ReadAllBytes('README.md')` 成功读取 8511 字节,SHA-256 为 `da93d75d98a35e872c0dac164080c75bb513f64a336159d023038e4ef9d395a7`。