Skip to content

Commit ecc5fd7

Browse files
semsem
authored andcommitted
docs: add prominent What's New section for v3.1.3
- Highlight new analyze command for retrofitting existing projects - Feature PreCompact hook integration with Claude Hooks Manager - Add visual table layout for better feature visibility
1 parent d5dd814 commit ecc5fd7

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,40 @@
2020
</p>
2121

2222
<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>
2457
<p><strong>Product Requirement Prompts (PRP) now available for Claude, Cursor, Windsurf, Cline, Copilot & Gemini!</strong></p>
2558
<p>
2659
<img src="https://img.shields.io/badge/PRP-Claude%20Code-red?style=for-the-badge" alt="Claude Code" />

0 commit comments

Comments
 (0)