v0.17.3
Bug Fixes
- Skill install: symlinks in skill repos no longer break after installation — When a skill GitHub repo contains internal symlinks (e.g.
data/orscripts/pointing elsewhere in the repo), the CT Skills Manager was silently copying those symlinks rather than dereferencing them to real files. The temp clone dir was deleted after install, leaving the symlinks dangling. Fixed by passingdereference: truetofs.promises.cp(). (closes #243)
Notes
No migration needed. If a previously installed skill has broken data/ or scripts/ directories, reinstall it via the Skills Manager to get real files in place.