From 3e3fa327e9e506570919a78fc60d10848eedee7e Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 4 Dec 2025 22:38:58 -0500 Subject: [PATCH] Delete .changeset/symlink-commands.md --- .changeset/symlink-commands.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .changeset/symlink-commands.md diff --git a/.changeset/symlink-commands.md b/.changeset/symlink-commands.md deleted file mode 100644 index f9ebbb41ff..0000000000 --- a/.changeset/symlink-commands.md +++ /dev/null @@ -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