Delete .changeset/symlink-commands.md

This commit is contained in:
Matt Rubens 2025-12-04 22:38:58 -05:00 committed by GitHub
parent bea7d81510
commit 3e3fa327e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +0,0 @@
---
"roo-cline": minor
---
Add symlink support for slash commands in .roo/commands folder
This change adds support for symlinked slash commands, similar to how .roo/rules already handles symlinks:
- Symlinked command files are now resolved and their content is read from the target
- Symlinked directories are recursively scanned for .md command files
- Command names are derived from the symlink name, not the target file name
- Cyclic symlink protection (MAX_DEPTH = 5) prevents infinite loops
- Broken symlinks are handled gracefully and silently skipped