|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [3.1.4] - 2025-07-12 |
| 6 | + |
| 7 | +### 🚀 Major Feature Release: Migration Assistant & Enhanced Claude Code Integration |
| 8 | + |
| 9 | +This release introduces powerful new features for technology migration, human-in-the-loop development, and deeper Claude Code integration. |
| 10 | + |
| 11 | +### ✨ New Features |
| 12 | + |
| 13 | +- **🔄 Technology Migration Assistant** (`context-forge migrate`): |
| 14 | + - Analyzes existing projects and complexity |
| 15 | + - Detects shared resources (databases, auth systems, APIs) |
| 16 | + - Generates phased migration plans with rollback strategies |
| 17 | + - Supports big-bang, incremental, and parallel-run strategies |
| 18 | + - Creates migration-specific PRPs and validation procedures |
| 19 | + |
| 20 | +- **🛑 Human-in-the-Loop Checkpoints**: |
| 21 | + - Pause AI development at critical milestones |
| 22 | + - Human verification before proceeding |
| 23 | + - Configurable checkpoint triggers |
| 24 | + - Integration with migration and PRP workflows |
| 25 | + - Commands: `/checkpoint`, `/should-checkpoint`, `/milestone-gate` |
| 26 | + |
| 27 | +- **🪝 Enhanced Claude Code Hooks** (4 types): |
| 28 | + - **PreCompact**: Context preservation during compaction |
| 29 | + - **ContextRotation**: Smart file management |
| 30 | + - **PreSubmit**: Quality gates before submission |
| 31 | + - **PRPTracking**: Progress monitoring |
| 32 | + - New `copy-hooks` command to import from other projects |
| 33 | + |
| 34 | +- **⚡ Expanded Slash Commands** (20+ commands): |
| 35 | + - Migration commands: `/migration-status`, `/migration-validate`, `/migration-rollback` |
| 36 | + - Checkpoint commands: `/checkpoint`, `/milestone-gate` |
| 37 | + - Development commands: `/debug-issue`, `/review-code`, `/refactor-code` |
| 38 | + - Git commands: `/smart-commit`, `/create-pr` |
| 39 | + |
| 40 | +### 🔧 Improvements |
| 41 | + |
| 42 | +- Enhanced PRP templates with migration support |
| 43 | +- Better file structure with `.claude/` directory organization |
| 44 | +- Improved interactive prompts with checkpoint and hooks options |
| 45 | +- SEO-optimized npm description and keywords |
| 46 | +- Comprehensive documentation updates |
| 47 | + |
| 48 | +### 📚 Documentation |
| 49 | + |
| 50 | +- Added migration system documentation |
| 51 | +- Expanded Claude Code features guide |
| 52 | +- Updated all examples to show new features |
| 53 | +- Added Human-in-the-Loop checkpoint guide |
| 54 | +- Enhanced hooks documentation for all 4 types |
| 55 | + |
| 56 | +### 🐛 Bug Fixes |
| 57 | + |
| 58 | +- Fixed TypeScript type issues in migration components |
| 59 | +- Resolved ESLint warnings in migration generators |
| 60 | +- Fixed import issues in migration analyzer |
| 61 | + |
5 | 62 | ## [3.1.2] - 2025-01-10 |
6 | 63 |
|
7 | 64 | ### 🚀 Major Version Release |
|
0 commit comments