Tags: webdevtodayjason/context-forge
Tags
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
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]>
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
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
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 ```