Skip to content

Commit 6af1756

Browse files
chore: update AI coding rules
- Added/Updated: 8 files - Deleted: 0 files - Category: java - Rules, commands, and MCP configurations - Generated from: bitsoex/ai-code-instructions@0659fcc [skip ci]
1 parent f805019 commit 6af1756

File tree

8 files changed

+2266
-2
lines changed

8 files changed

+2266
-2
lines changed

.ai-rules-manifest.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0",
3-
"generatedAt": "2026-01-05T16:36:08.001Z",
3+
"generatedAt": "2026-01-05T22:43:27.379Z",
44
"sourceRepo": "bitsoex/ai-code-instructions",
55
"category": "java",
66
"managedDirectories": [
@@ -35,6 +35,7 @@
3535
".claude/commands/java/improve-test-coverage.md",
3636
".claude/commands/java/improve-test-quality-with-mutation-testing.md",
3737
".claude/commands/java/improve-test-setup.md",
38+
".claude/commands/java/migrate-lock-to-rfc-44-compliant.md",
3839
".claude/commands/java/prepare-to-java-25.md",
3940
".claude/commands/java/run-all-tests-and-fix.md",
4041
".claude/commands/java/security-review.md",
@@ -46,6 +47,7 @@
4647
".claude/java-25-upgrade.md",
4748
".claude/java-code-review-standards.md",
4849
".claude/java-dependabot-security.md",
50+
".claude/java-distributed-locking-rfc44.md",
4951
".claude/java-flyway-migrations.md",
5052
".claude/java-gradle-best-practices.md",
5153
".claude/java-gradle-commands.md",
@@ -90,6 +92,7 @@
9092
".cursor/commands/improve-test-coverage.md",
9193
".cursor/commands/improve-test-quality-with-mutation-testing.md",
9294
".cursor/commands/improve-test-setup.md",
95+
".cursor/commands/migrate-lock-to-rfc-44-compliant.md",
9396
".cursor/commands/prepare-to-java-25.md",
9497
".cursor/commands/run-all-tests-and-fix.md",
9598
".cursor/commands/security-review.md",
@@ -104,6 +107,7 @@
104107
".cursor/rules/java-25-upgrade.mdc",
105108
".cursor/rules/java-code-review-standards.mdc",
106109
".cursor/rules/java-dependabot-security.mdc",
110+
".cursor/rules/java-distributed-locking-rfc44.mdc",
107111
".cursor/rules/java-flyway-migrations.mdc",
108112
".cursor/rules/java-gradle-best-practices.mdc",
109113
".cursor/rules/java-gradle-commands.mdc",
@@ -144,6 +148,7 @@
144148
".github/instructions/java-java-25-upgrade.instructions.md",
145149
".github/instructions/java-java-code-review-standards.instructions.md",
146150
".github/instructions/java-java-dependabot-security.instructions.md",
151+
".github/instructions/java-java-distributed-locking-rfc44.instructions.md",
147152
".github/instructions/java-java-flyway-migrations.instructions.md",
148153
".github/instructions/java-java-gradle-best-practices.instructions.md",
149154
".github/instructions/java-java-gradle-commands.instructions.md",
@@ -181,6 +186,7 @@
181186
".github/prompts/improve-test-coverage.prompt.md",
182187
".github/prompts/improve-test-quality-with-mutation-testing.prompt.md",
183188
".github/prompts/improve-test-setup.prompt.md",
189+
".github/prompts/migrate-lock-to-rfc-44-compliant.prompt.md",
184190
".github/prompts/prepare-to-java-25.prompt.md",
185191
".github/prompts/run-all-tests-and-fix.prompt.md",
186192
".github/prompts/security-review.prompt.md",

0 commit comments

Comments
 (0)