|
20 | 20 | </p> |
21 | 21 |
|
22 | 22 | <div align="center"> |
23 | | - <h3>🎉 NEW: PRP Support for 6 AI IDEs!</h3> |
| 23 | + <h2>🎉 What's New in v3.1.3</h2> |
| 24 | + |
| 25 | + <table> |
| 26 | + <tr> |
| 27 | + <td align="center" width="50%"> |
| 28 | + <h3>🔧 Retrofit Existing Projects</h3> |
| 29 | + <p><strong>NEW: <code>context-forge analyze</code></strong></p> |
| 30 | + <p>Transform your existing codebases into AI-ready projects!</p> |
| 31 | + <ul align="left"> |
| 32 | + <li>🔍 Auto-detects tech stack & structure</li> |
| 33 | + <li>📝 Asks about future development plans</li> |
| 34 | + <li>🎯 Generates PRPs for each planned feature</li> |
| 35 | + <li>🔒 Never overwrites existing files</li> |
| 36 | + <li>📊 Creates comprehensive retrofit summary</li> |
| 37 | + </ul> |
| 38 | + <code>cd your-project && context-forge analyze</code> |
| 39 | + </td> |
| 40 | + <td align="center" width="50%"> |
| 41 | + <h3>🔗 PreCompact Hook Integration</h3> |
| 42 | + <p><strong>Works with <a href="https://github.com/webdevtodayjason/claude-hooks">Claude Hooks Manager</a></strong></p> |
| 43 | + <p>Never lose context during conversation compaction!</p> |
| 44 | + <ul align="left"> |
| 45 | + <li>🧠 PRPs auto-reload when Claude compacts</li> |
| 46 | + <li>🎯 Maintains project understanding</li> |
| 47 | + <li>📋 Preserves validation gates</li> |
| 48 | + <li>🔄 Seamless long-session support</li> |
| 49 | + <li>✨ Works with Claude Code v1.0.48+</li> |
| 50 | + </ul> |
| 51 | + <code>Your PRPs stay with you, always!</code> |
| 52 | + </td> |
| 53 | + </tr> |
| 54 | + </table> |
| 55 | + |
| 56 | + <h3>🚀 PRP Support for 6 AI IDEs!</h3> |
24 | 57 | <p><strong>Product Requirement Prompts (PRP) now available for Claude, Cursor, Windsurf, Cline, Copilot & Gemini!</strong></p> |
25 | 58 | <p> |
26 | 59 | <img src="https://img.shields.io/badge/PRP-Claude%20Code-red?style=for-the-badge" alt="Claude Code" /> |
|
0 commit comments