Skip to content

Commit abf3461

Browse files
add/refactor-command
Add /refactor command with cross-session continuity
2 parents 200cd91 + d5b8d40 commit abf3461

File tree

7 files changed

+371
-6
lines changed

7 files changed

+371
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.5.1] - 2025-08-02
11+
12+
### Added
13+
- **New Command:**
14+
- `/refactor` - Intelligent code restructuring engine with cross-session continuity
15+
- Strategic thinking process for safe refactoring decisions
16+
- Session state management for large refactoring operations
17+
- Auto-detection and resume capabilities across context windows
18+
- Support for multiple refactoring modes (conservative, balanced, architectural, migration)
19+
- Comprehensive rollback and recovery options
20+
- Integration with existing CCPlugins workflow
21+
22+
### Enhanced
23+
- **Documentation:**
24+
- Updated README with `/refactor` command and new workflow examples
25+
- Added refactoring metrics to performance table
26+
- Updated total time savings calculation
27+
1028
## [2.5.0] - 2025-08-02
1129

1230
### Added

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Automate the `Boring Stuff`
1818
![GitHub Repo stars](https://img.shields.io/github/stars/brennercruvinel/CCPlugins?style=social)
19-
[![Version](https://img.shields.io/badge/version-2.4.1-blue.svg)](https://github.com/brennercruvinel/CCPlugins)
19+
[![Version](https://img.shields.io/badge/version-2.5.1-blue.svg)](https://github.com/brennercruvinel/CCPlugins)
2020
[![Claude Code CLI](https://img.shields.io/badge/for-Claude%20Code%20CLI-purple.svg)](https://docs.anthropic.com/en/docs/claude-code)
2121
[![Tested on](https://img.shields.io/badge/tested%20on-Opus%204%20%26%20Sonnet%204-orange.svg)](https://claude.ai)
2222
[![Also works with](https://img.shields.io/badge/also%20works%20with-Kimi%20K2-1783ff.svg)](https://github.com/MoonshotAI/Kimi-K2)
@@ -33,7 +33,7 @@ Request a simple refactor → Receive a dissertation on clean code
3333
"Please add a button" → Complete UI framework rewrite
3434
Every conversation → "Act like a senior engineer who doesn't overengineer"
3535

36-
CCPlugins is a curated set of 24 professional commands that extend Claude Code CLI with enterprise-grade development workflows. These commands leverage Claude's contextual understanding while providing structured, predictable outcomes optimized for Opus 4 and Sonnet 4 models.
36+
CCPlugins is a curated set of 25 professional commands that extend Claude Code CLI with enterprise-grade development workflows. These commands leverage Claude's contextual understanding while providing structured, predictable outcomes optimized for Opus 4 and Sonnet 4 models.
3737

3838
## Quick Links
3939

@@ -74,7 +74,7 @@ python uninstall.py
7474
```
7575

7676
## Commands
77-
24 professional commands optimized for Claude Code CLI's native capabilities.
77+
25 professional commands optimized for Claude Code CLI's native capabilities.
7878

7979
### Development Workflow
8080

@@ -85,6 +85,7 @@ python uninstall.py
8585
/scaffold feature-name # Generate complete features from patterns
8686
/test # Run tests with intelligent failure analysis
8787
/implement url/path/feature # Import and adapt code from any source (GitHub, CodePen, local)
88+
/refactor # Intelligent code restructuring with cross-session continuity
8889
```
8990

9091
### Code Quality & Security

0 commit comments

Comments
 (0)