|
25 | 25 | </p> |
26 | 26 |
|
27 | 27 | <div align="center"> |
28 | | - <h2>🎉 What's New in v3.2.8</h2> |
| 28 | + <h2>🎉 What's New in v3.2.9</h2> |
29 | 29 |
|
30 | 30 | <table> |
31 | 31 | <tr> |
| 32 | + <td align="center" width="50%"> |
| 33 | + <h3>🦄 Nuxt 4 Support</h3> |
| 34 | + <p><strong>NEW: Full Nuxt 4 Integration</strong></p> |
| 35 | + <p>Complete support for Nuxt 4 with Vue 3 and modern development!</p> |
| 36 | + <ul align="left"> |
| 37 | + <li>🏗️ New app/ directory structure support</li> |
| 38 | + <li>⚡ Enhanced TypeScript integration</li> |
| 39 | + <li>🎯 Vue 3 Composition API guidelines</li> |
| 40 | + <li>🔄 Auto-imports and server-side rendering</li> |
| 41 | + <li>📊 Nuxt-specific validation commands</li> |
| 42 | + </ul> |
| 43 | + <code>context-forge init</code><br/> |
| 44 | + <em>Select "Nuxt 4" as frontend framework</em> |
| 45 | + </td> |
32 | 46 | <td align="center" width="50%"> |
33 | 47 | <h3>🤖 AI-Powered PRP Generation</h3> |
34 | | - <p><strong>NEW: <code>context-forge init --ai-prp</code></strong></p> |
35 | | - <p>Generate intelligent, feature-specific PRPs with AI!</p> |
| 48 | + <p><strong>Continued: <code>context-forge init --ai-prp</code></strong></p> |
| 49 | + <p>Intelligent, feature-specific PRPs with AI enhancement!</p> |
36 | 50 | <ul align="left"> |
37 | 51 | <li>🧠 OpenAI & Anthropic Claude integration</li> |
38 | 52 | <li>🔐 Secure API key management with encryption</li> |
|
42 | 56 | </ul> |
43 | 57 | <code>context-forge ai-keys --provider openai</code> |
44 | 58 | </td> |
45 | | - <td align="center" width="50%"> |
46 | | - <h3>🔧 Enhanced Core Features</h3> |
47 | | - <p><strong>Bug Fixes & Improvements</strong></p> |
48 | | - <p>Major improvements to PRP generation and project initialization!</p> |
49 | | - <ul align="left"> |
50 | | - <li>✅ Fixed identical PRP content bug</li> |
51 | | - <li>📝 Added config.json file generation</li> |
52 | | - <li>🎯 Feature-specific PRP content</li> |
53 | | - <li>🔒 Encrypted key storage</li> |
54 | | - <li>📊 Progress tracking during generation</li> |
55 | | - </ul> |
56 | | - <code>context-forge init --ai-prp</code> |
57 | | - </td> |
58 | 59 | </tr> |
59 | 60 | </table> |
60 | 61 |
|
@@ -596,7 +597,40 @@ user-service/ |
596 | 597 | └── .github/workflows/ |
597 | 598 | ``` |
598 | 599 |
|
599 | | -### Example 3: Using Configuration File |
| 600 | +### Example 3: Nuxt 4 Vue Application |
| 601 | + |
| 602 | +```bash |
| 603 | +$ context-forge init --output nuxt-dashboard |
| 604 | + |
| 605 | +? Project name: Analytics Dashboard |
| 606 | +? Project type: fullstack |
| 607 | +? Project description: Modern analytics dashboard with real-time data |
| 608 | +? Frontend framework: nuxt4 # NEW: Nuxt 4 option |
| 609 | +? Styling framework: tailwind |
| 610 | +? State management: pinia |
| 611 | +? Backend framework: fastapi |
| 612 | +? Database: postgresql |
| 613 | +? Authentication method: jwt |
| 614 | +? Enable AI-powered PRP generation? Yes |
| 615 | + |
| 616 | +Generated structure: |
| 617 | +nuxt-dashboard/ |
| 618 | +├── CLAUDE.md # Nuxt 4 + Vue 3 specific rules |
| 619 | +├── Docs/ |
| 620 | +├── PRPs/ |
| 621 | +│ ├── nuxt-dashboard-prp.md |
| 622 | +│ └── feature-auth-prp.md # AI-enhanced for Nuxt 4 |
| 623 | +└── .claude/commands/ # 25+ slash commands |
| 624 | + |
| 625 | +✨ Nuxt 4 Features Included: |
| 626 | +- New app/ directory structure documented |
| 627 | +- Vue 3 Composition API guidelines |
| 628 | +- TypeScript integration with auto-imports |
| 629 | +- SSR and data fetching best practices |
| 630 | +- Pinia state management setup |
| 631 | +``` |
| 632 | + |
| 633 | +### Example 4: Using Configuration File |
600 | 634 |
|
601 | 635 | ```bash |
602 | 636 | # context-forge.json |
@@ -991,6 +1025,7 @@ When you run `context-forge init`, you'll be guided through: |
991 | 1025 | #### Frontend Frameworks |
992 | 1026 |
|
993 | 1027 | - **Next.js 15** - App Router, Server Components, React 19 |
| 1028 | +- **Nuxt 4** - NEW! Vue-based full-stack with enhanced TypeScript support |
994 | 1029 | - **React** - SPA with TypeScript and modern patterns |
995 | 1030 | - **Vue.js 3** - Composition API and TypeScript |
996 | 1031 | - **Angular** - Standalone components, RxJS |
|
0 commit comments