Commit 926c8db
fix(cli): pass 'dir' type to symlinkSync for Windows compatibility
On Windows, symlinkSync without a type argument auto-detects by
stat-ing the target relative to process.cwd(), not the link's parent
directory. This causes directory symlinks to be created as file type,
breaking skill linking. Passing 'dir' explicitly fixes this (ignored
on macOS/Linux).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 40d4a8d commit 926c8db
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments