Clean up obsolete Claude Code configurations - #1433
Merged
Merged
Conversation
Remove outdated and conflicting Claude Code agent and command files: - jakarta-migration-helper agent (no longer needed for this project phase) - run_tests command (replaced by test-runner agent) - commit command (conflicts with commit_guideline.md) These files were creating confusion and conflicts with the established workflow guidelines in commit_guideline.md. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Update test-runner agent and CLAUDE.md with clearer test execution approach: - Simplify test-runner agent description to be more direct - Add tools field (bash_tool, view, str_replace) to agent metadata - Replace /run_tests command reference with priority-based approach - Document test execution priority: JetBrains MCP > test-runner agent > Maven - Clarify when to use each test execution method - Remove obsolete command from available commands list This provides clearer guidance on test execution while maintaining flexibility for different development environments. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
lukaszlenart
marked this pull request as ready for review
November 24, 2025 17:08
lukaszlenart
requested review from
aleksandr-m,
cnenning,
jogep,
kusalk,
rgielen,
sdutry and
yasserzamani
November 24, 2025 17:09
Member
Author
|
/cc: @sepe81 |
jogep
approved these changes
Nov 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
This PR removes obsolete and conflicting Claude Code configuration files and improves test execution guidance:
Removed Files
Updated Files
/run_testscommand reference with priority-based test execution approach (JetBrains MCP → test-runner agent → Maven)Rationale
The removed configurations were creating confusion and conflicts:
/commitcommand contradicted commit_guideline.md (different attribution rules)/run_testscommand was redundant with test-runner agentThe updates provide clearer, more consistent guidance for test execution across different development environments.
Test Plan
🤖 Generated with Claude Code