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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,14 @@ Using the Cursor rules is straightforward: simply `drag and drop` the cursor rul
27
27
|-------------|-------------|--------|-------|
28
28
|[110-java-maven-best-practices](.cursor/rules/110-java-maven-best-practices.mdc)| Analyze your `pom.xml` and apply Maven best practices |**Prompt:**`Help me to review the pom.xml following the best practices for dependency management and directory structure use the cursor rule @110-java-maven-best-practices`**Note:** Add in the context the `pom.xml` which you want to generate the documentation. | This cursor rule is applied automatically without any interaction with the Software engineer. |
29
29
|[111-java-maven-deps-and-plugins](.cursor/rules/111-java-maven-deps-and-plugins.mdc)| Update your `pom.xml` with Maven Dependencies & Plugins |**Prompt:**`Can you improve the pom.xml using the cursor rule @111-java-maven-deps-and-plugins`**Note:** Add in the context the `pom.xml` which you want to generate the documentation. | Using a Conversational approach, the Software engineer will interact with the cursor rule to update the `pom.xml`. |
30
-
|[112-java-maven-documentation](.cursor/rules/112-java-maven-documentation.mdc)| Create Maven Documentation in the file `README-DEV.md`|**Prompt:**`Generate developer documentation with essential Maven commands using @112-java-maven-documentation`**Note:** Add in the context the `pom.xml` which you want to generate the documentation. | This cursor rule is applied automatically without any interaction with the Software engineer. |
30
+
|[112-java-maven-documentation](.cursor/rules/112-java-maven-documentation.mdc)| Create a Maven Documentation with the file `README-DEV.md`|**Prompt:**`Generate developer documentation with essential Maven commands using @112-java-maven-documentation`**Note:** Add in the context the `pom.xml` which you want to generate the documentation. | This cursor rule is applied automatically without any interaction with the Software engineer. |
31
31
32
32
### Design rules
33
33
34
34
| Cursor Rule | Description | Prompt | Notes |
35
35
|-------------|-------------|--------|-------|
36
-
|[121-java-object-oriented-design](.cursor/rules/121-java-object-oriented-design.mdc)|Cursor rule to review the Object Oriented Design of your development |**Prompt:**`Review my code for object-oriented design using the cursor rule @121-java-object-oriented-design`**Note:** Add in the context a package to improve the design. | This cursor rule is applied automatically without any interaction with the Software engineer. It is an interesting prompt to see what alternatives offer the model for your package. |
37
-
|[122-java-type-design](.cursor/rules/122-java-type-design.mdc)|Cursor rule to review the Type Design of your development |**Prompt:**`Help me improve my type design using the cursor rule @122-java-type-design`**Note:** Add in the context a package to improve the design. | This cursor rule is applied automatically without any interaction with the Software engineer. It is an interesting prompt to see what alternatives offer the model for your package. |
36
+
|[121-java-object-oriented-design](.cursor/rules/121-java-object-oriented-design.mdc)|Take another point of view with an Object Oriented Design of your development |**Prompt:**`Review my code for object-oriented design using the cursor rule @121-java-object-oriented-design`**Note:** Add in the context a package to improve the design. | This cursor rule is applied automatically without any interaction with the Software engineer. It is an interesting prompt to see what alternatives offer the model for your package. |
37
+
|[122-java-type-design](.cursor/rules/122-java-type-design.mdc)|Review the Type Design in your development |**Prompt:**`Help me improve my type design using the cursor rule @122-java-type-design`**Note:** Add in the context a package to improve the design. | This cursor rule is applied automatically without any interaction with the Software engineer. It is an interesting prompt to see what alternatives offer the model for your package. |
0 commit comments