mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 00:14:56 +03:00
90ff1d53b6
Instead of copying skill folders, --link creates directory junctions (Windows) or symlinks (Linux/Mac) so updates propagate automatically via git pull. Only supported for claude-code platform (other platforms require path rewriting in SKILL.md). Also adds safe_rmtree to prevent shutil.rmtree from following junctions and deleting source files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>