Skip to content

Commit a16764d

Browse files
committed
Mitigation Context Window issue
1 parent fcf2f8d commit a16764d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+234286
-215
lines changed

.cursor/rules/100-java-checklist-guide.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Create a Checklist with all Java steps to use with cursor rules for Java
2+
description:
33
globs:
44
alwaysApply: false
55
---

.cursor/rules/110-java-maven-best-practices.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Maven Best Practices
3-
globs: pom.xml
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Maven Best Practices

.cursor/rules/111-java-maven-deps-and-plugins.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Update pom.xml to add Maven dependencies & plugins
3-
globs: pom.xml
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Update pom.xml to add Maven dependencies & plugins

.cursor/rules/112-java-maven-documentation.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Create README-DEV.md with information about how to use the Maven project
3-
globs: pom.xml
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Create README-DEV.md with information about how to use the Maven project

.cursor/rules/121-java-object-oriented-design.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java Object-Oriented Design Guidelines
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java Object-Oriented Design Guidelines

.cursor/rules/122-java-type-design.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Type Design Thinking in Java
3-
globs: "**/*.java"
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Type Design Thinking in Java

.cursor/rules/123-java-general-guidelines.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java General Guidelines
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java General Guidelines

.cursor/rules/124-java-secure-coding.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java Secure coding guidelines
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java Secure coding guidelines

.cursor/rules/125-java-concurrency.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java rules for Concurrency objects
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java rules for Concurrency objects

.cursor/rules/126-java-logging.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java Logging Best Practices
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java Logging Best Practices

0 commit comments

Comments
 (0)