You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/2025/09/release-0.11.0.html
+41-8Lines changed: 41 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -96,18 +96,22 @@ <h2>What are Cursor rules for Java?</h2>
96
96
<p>The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work. The <ahref="https://github.com/jabrena/cursor-rules-java/blob/main/CURSOR-RULES-JAVA.md">available System prompts for Java</a> cover aspects like <code>Build system based on Maven</code>, <code>Design</code>, <code>Coding</code>, <code>Testing</code>, <code>Refactoring & JMH Benchmarking</code>, <code>Performance testing with JMeter</code>, <code>Profiling with Async profiler/JDK tools</code> & <code>Documentation</code> & <code>Diagrams</code>.</p>
97
97
<h2>What is new in this release?</h2>
98
98
<p>In this release, the project has released several features:</p>
99
+
<p><strong>Improvements in System prompts:</strong></p>
100
+
<ul>
101
+
<li>Decoupled specifialized behaviours like <code>behaviour-consultative-interaction</code> from System prompts.</li>
102
+
<li>Added specialized behaviours to combine with Pure System prompts.</li>
103
+
<li>Added support for <code>UML State machine diagrams</code> in <code>@170-java-documentation</code>.</li>
104
+
</ul>
105
+
<p><strong>Improvements in the project:</strong></p>
99
106
<ul>
100
-
<li>Improvements in System prompts</li>
101
-
<li>Decoupled specifialized behaviours like <code>behaviour-consultative-interaction</code> from System prompts</li>
102
-
<li>Added specialized behaviours to combine with Pure System prompts</li>
103
-
<li>Added support for <code>UML State machine diagrams</code> in <code>@170-java-documentation</code></li>
104
-
<li>Improvements in the project</li>
105
107
<li>Added Website based on JBake</li>
106
108
<li>Added Initial support for AGENTS.md</li>
107
-
<li>Improvements about Support</li>
109
+
</ul>
110
+
<p><strong>Improvements about Support:</strong></p>
111
+
<ul>
108
112
<li>Added a course about How to use <code>System prompts for Java</code></li>
109
113
</ul>
110
-
<p>Let's explain one by one the different features released</p>
114
+
<p>Let's explain one by one the different features released.</p>
111
115
<h2> Why decouple Pure System prompts from Specialized behaviours?</h2>
112
116
<p>During the previous months, the System prompts helped Sofware engineers using the <code>consultative-interaction</code> technique in order to use the System prompts in a way that the execution show a set of alternatives and the software engineer take the decision to update the code in a dynamic way.</p>
113
117
<p>With this idea, we had until <code>v0.10.0</code> this syntax:</p>
@@ -122,8 +126,37 @@ <h2> Why decouple Pure System prompts from Specialized behaviours?</h2>
0 commit comments