Problem
On Windows, file paths contain backslashes (C:\Users...). Several tool titles and glob patterns use these raw paths, which breaks:
- Tool titles — backslashes are interpreted as escape characters
- Glob patterns — backslash-prefixed paths don't match on POSIX-based pattern matching
- Display — inconsistent path representation across the UI
Expected Behavior
All internal path handling should normalize backslashes to forward slashes, consistent with how Node.js and most tooling handle cross-platform paths.
Environment
- OS: Windows 10/11
- Shell: PowerShell / WSL
Problem
On Windows, file paths contain backslashes (C:\Users...). Several tool titles and glob patterns use these raw paths, which breaks:
Expected Behavior
All internal path handling should normalize backslashes to forward slashes, consistent with how Node.js and most tooling handle cross-platform paths.
Environment