fix(multiplexer): normalize Windows backslash paths in attach --dir (#568)
On Windows, buildOpencodeAttachCommand passed the raw directory (with backslashes) into the attach --dir arg, which gets corrupted when run via sh -lc (Zellij/MSYS2). Normalize backslashes to forward slashes for win32 in both the shared attach builder and herdr's --cwd.