Skip to content

Commit 60b97ae

Browse files
semsem
authored andcommitted
chore: Update npm description and keywords for better SEO
- Optimize npm description to highlight Claude Code and key features - Enhance keywords with trending terms and specific features - Update CHANGELOG.md for v3.1.4 with all new features - No version change - metadata update only
1 parent 764f92f commit 60b97ae

File tree

2 files changed

+81
-25
lines changed

2 files changed

+81
-25
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,63 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
562
## [3.1.2] - 2025-01-10
663

764
### 🚀 Major Version Release

package.json

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "context-forge",
33
"version": "3.1.4",
4-
"description": "Universal AI IDE configuration generator - Optimized setups for Claude Code, Cursor, Windsurf, Cline, Copilot, Gemini, and more",
4+
"description": "Claude Code project generator with migration tools, 20+ slash commands, human checkpoints & AI hooks. Supports Cursor, Windsurf, Cline, Copilot, Gemini",
55
"main": "dist/index.js",
66
"bin": {
77
"context-forge": "./bin/context-forge.js"
@@ -15,41 +15,40 @@
1515
"prepublishOnly": "npm run build && npm run lint && npm test"
1616
},
1717
"keywords": [
18-
"cli",
19-
"context-engineering",
2018
"claude-code",
21-
"claude",
19+
"claude-code-generator",
20+
"ai-development-tools",
21+
"context-engineering",
22+
"migration-assistant",
23+
"tech-stack-migration",
24+
"human-in-the-loop",
25+
"claude-hooks",
26+
"slash-commands",
27+
"ai-ide",
28+
"project-scaffolding",
29+
"ai-scaffolding",
30+
"context-preservation",
31+
"developer-productivity",
2232
"anthropic",
2333
"cursor-ide",
24-
"cursor",
2534
"windsurf",
26-
"windsurf-ide",
27-
"cascade-ai",
2835
"cline",
29-
"claude-dev",
30-
"roo-code",
31-
"roo",
3236
"github-copilot",
33-
"copilot",
34-
"gemini",
3537
"gemini-cli",
36-
"ai-ide",
37-
"ai-assistant",
38-
"ai-configuration",
39-
"project-generator",
40-
"scaffolding",
41-
"documentation",
42-
"ai-assisted-development",
4338
"prp",
4439
"product-requirement-prompt",
45-
"validation",
40+
"validation-gates",
41+
"ai-assisted-development",
42+
"project-generator",
43+
"one-pass-implementation",
44+
"rollback-strategies",
45+
"checkpoint-system",
46+
"prompt-engineering",
47+
"ai-configuration",
4648
"developer-tools",
4749
"automation",
48-
"context-window",
49-
"prompt-engineering",
50-
"multi-ide",
51-
"ide-configuration",
52-
"code-assistant"
50+
"cli",
51+
"context-forge"
5352
],
5453
"author": "Jason Smith <[email protected]>",
5554
"license": "MIT",

0 commit comments

Comments
 (0)