mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
cbd828e190
- Encode cwd via new encodeCwdForDir helper that handles both `/` and `\` separators and strips characters illegal in Windows directory names (`: < > " | ? *`) - Fixes session creation on Windows where the drive-letter colon produced names like `C:--test` and caused mkdir to fail - Add regression tests covering Unix paths, Windows drive roots, secondary drives, mixed separators, and other illegal chars Fixes #18