Skip to content

Commit 6bb1946

Browse files
chore: update AI coding rules
- Added/Updated: 9 files - Deleted: 0 files - Category: java - Rules, commands, and MCP configurations - Generated from: bitsoex/ai-code-instructions@5d93b42 [skip ci]
1 parent 59e224c commit 6bb1946

9 files changed

Lines changed: 3145 additions & 2 deletions

.ai-rules-manifest.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0",
3-
"generatedAt": "2025-12-11T16:34:25.529Z",
3+
"generatedAt": "2025-12-11T20:18:26.967Z",
44
"sourceRepo": "bitsoex/ai-code-instructions",
55
"category": "java",
66
"managedDirectories": [
@@ -32,6 +32,7 @@
3232
".claude/commands/java/fix-sonarqube-issues.md",
3333
".claude/commands/java/fix-test-coverage.md",
3434
".claude/commands/java/generate-documentation-atlas.md",
35+
".claude/commands/java/improve-test-quality-with-mutation-testing.md",
3536
".claude/commands/java/run-all-tests-and-fix.md",
3637
".claude/commands/java/security-review.md",
3738
".claude/commands/java/upgrade-to-recommended-versions.md",
@@ -65,6 +66,7 @@
6566
".claude/scripts/check-coderabbit-readiness.sh",
6667
".claude/scripts/check-dependency-graph-readiness.sh",
6768
".claude/scripts/check-github-mcp-readiness.sh",
69+
".claude/scripts/check-pitest-readiness.sh",
6870
".claude/spring-boot-3.5-upgrade.md",
6971
".cursor/commands/add-sonarqube-mcp-to-intellij-and-copilot-cli.md",
7072
".cursor/commands/disable-vscode-mcp-discovery.md",
@@ -74,6 +76,7 @@
7476
".cursor/commands/fix-sonarqube-issues.md",
7577
".cursor/commands/fix-test-coverage.md",
7678
".cursor/commands/generate-documentation-atlas.md",
79+
".cursor/commands/improve-test-quality-with-mutation-testing.md",
7780
".cursor/commands/run-all-tests-and-fix.md",
7881
".cursor/commands/security-review.md",
7982
".cursor/commands/upgrade-to-recommended-versions.md",
@@ -111,6 +114,7 @@
111114
".cursor/scripts/check-coderabbit-readiness.sh",
112115
".cursor/scripts/check-dependency-graph-readiness.sh",
113116
".cursor/scripts/check-github-mcp-readiness.sh",
117+
".cursor/scripts/check-pitest-readiness.sh",
114118
".github/instructions/java-branch-protection-workflow.instructions.md",
115119
".github/instructions/java-coderabbit-setup.instructions.md",
116120
".github/instructions/java-general-principles.instructions.md",
@@ -149,17 +153,21 @@
149153
".github/prompts/fix-sonarqube-issues.prompt.md",
150154
".github/prompts/fix-test-coverage.prompt.md",
151155
".github/prompts/generate-documentation-atlas.prompt.md",
156+
".github/prompts/improve-test-quality-with-mutation-testing.prompt.md",
152157
".github/prompts/run-all-tests-and-fix.prompt.md",
153158
".github/prompts/security-review.prompt.md",
154159
".github/prompts/upgrade-to-recommended-versions.prompt.md",
155160
".github/scripts/check-coderabbit-readiness.sh",
156161
".github/scripts/check-dependency-graph-readiness.sh",
157162
".github/scripts/check-github-mcp-readiness.sh",
163+
".github/scripts/check-pitest-readiness.sh",
158164
".mcp.json",
159165
".vscode/mcp.json",
160166
".vscode/scripts/check-coderabbit-readiness.sh",
161167
".vscode/scripts/check-dependency-graph-readiness.sh",
162168
".vscode/scripts/check-github-mcp-readiness.sh",
163-
"gradle/dependency-graph-init.gradle"
169+
".vscode/scripts/check-pitest-readiness.sh",
170+
"gradle/dependency-graph-init.gradle",
171+
"gradle/pitest.gradle"
164172
]
165173
}

0 commit comments

Comments
 (0)