Commit f0e856b
committed
fix: handle symlinks when scanning user/project skill directories
Previously collectSkillsFromRoots only checked isDirectory(), which
returns false for symbolic links on some platforms (particularly
Windows). This caused symlinked skills in ~/.claude/skills/ to be
silently skipped in the settings UI. The plugin scanning path already
had the correct isDirectory() || isSymbolicLink() guard — this aligns
the user/project scanning to match.1 parent fd16175 commit f0e856b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments