Skip to content

v0.17.3

Choose a tag to compare

@github-actions github-actions released this 17 Jun 03:19
· 381 commits to main since this release
89322c8

Bug Fixes

  • Skill install: symlinks in skill repos no longer break after installation — When a skill GitHub repo contains internal symlinks (e.g. data/ or scripts/ 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 passing dereference: true to fs.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.