Design gate
Track the Windows verbatim-path namespace policy implemented in PR #302:
#302
Only valid DOS-drive and UNC extended-length paths may lose their verbatim prefix. Unsupported or malformed namespaces, including \\?\Volume{GUID}\, must retain that prefix rather than being reinterpreted as DOS paths.
The PR consolidates the Rust conversion paths and aligns the TypeScript project-root identity normalizer with this policy.
Design gate
Track the Windows verbatim-path namespace policy implemented in PR #302:
#302
Only valid DOS-drive and UNC extended-length paths may lose their verbatim prefix. Unsupported or malformed namespaces, including
\\?\Volume{GUID}\, must retain that prefix rather than being reinterpreted as DOS paths.The PR consolidates the Rust conversion paths and aligns the TypeScript project-root identity normalizer with this policy.