Skip to content

Tags: webdevtodayjason/context-forge

Tags

v3.2.9

Toggle v3.2.9's commit message
feat: Add comprehensive Nuxt 4 support

- Added Nuxt 4 as frontend framework option in techStack prompts
- Created nuxt4.md template with Vue 3 and new app/ directory structure
- Added Nuxt 4 validation commands (typecheck, build, dev, lint)
- Updated README with Nuxt 4 features and examples
- Enhanced project structure generator for Nuxt 4
- Version bump to v3.2.9

Fixes #7

v3.2.7

Toggle v3.2.7's commit message
Fix checkbox prompt error in feature prioritization

- Added validation to prevent selecting all features as must-have for MVP
- Added conditional logic to skip nice-to-have prompt when no features remain
- Created unit tests to verify the fix works correctly
- Updated version to 3.2.7

Fixes the error: "[checkbox prompt] No selectable choices. All choices are disabled."

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v3.2.4

Toggle v3.2.4's commit message
Fix import paths and mock issues in init.test.ts

- Update import paths to match actual service locations
- Fix AIIntelligenceService mock structure
- Update ErrorRecoveryService mock to use handleError method
- Fix inquirer mock type casting issues
- Update ProgressTracker.completeOperation assertions to match actual API

v3.2.0

Toggle v3.2.0's commit message
docs: update documentation for v3.2.0 release

- Update CHANGELOG.md with correct release date (2025-07-14)
- Update README.md version references from v3.1.4 to v3.2.0
- Update feature highlights to show orchestration features
- Update slash command count from 20+ to 25+
- Update docs/claude-features/README.md version reference

v3.1.4

Toggle v3.1.4's commit message
chore: bump version to 3.1.4

v3.1.3

Toggle v3.1.3's commit message
Release v3.1.3

- NEW: `context-forge analyze` command
- Transform existing codebases into AI-ready projects
- Auto-detects tech stack & project structure
- Asks about future development plans
- Generates PRPs for each planned feature
- Never overwrites existing files
- Creates comprehensive retrofit summary

- Works with Claude Hooks Manager
- PRPs auto-reload when Claude compacts conversations
- Maintains project understanding during long sessions
- Preserves validation gates
- Seamless support for Claude Code v1.0.48+

- Product Requirement Prompts now available for:
  - Claude Code
  - Cursor IDE
  - Windsurf
  - Cline
  - GitHub Copilot
  - Gemini

```bash
npm install -g [email protected]
```

```bash
cd your-existing-project
context-forge analyze
```

v0.2.0

Toggle v0.2.0's commit message
Prepare for npm 0.2.0 release

- Update package.json description for multi-IDE support
- Add keywords for all supported IDEs (cursor, windsurf, cline, roo, copilot, gemini)
- Create CHANGELOG.md with version history
- Ready for npm publish