🚨 Critical Bug Fix Release
This release fixes a critical issue where session persistence was failing for multiple commands due to Claude's LS tool having problems with hidden folders.
🐛 What was fixed
- Fixed Claude LS tool not recognizing hidden folders (starting with dot)
- Changed from hidden
.claude/folder to visible command-specific folders - Commands now correctly resume sessions without creating duplicate folders
📁 New Session Structure
Each command now creates its own visible folder:
/refactor→ usesrefactor/folder/implement→ usesimplement/folder/fix-imports→ usesfix-imports/folder/security-scan→ usessecurity-scan/folder/scaffold→ usesscaffold/folder
✨ Other Improvements
- Enhanced cross-platform compatibility
- Improved error handling and recovery
- Better session persistence reliability
- Updated documentation to reflect changes
📦 Installation
# Mac/Linux
curl -sSL https://raw.githubusercontent.com/brennercruvinel/CCPlugins/main/install.sh | bash
# Windows/Cross-platform
python install.pySee CHANGELOG.md for full details.