mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
d616ea9af3
* chore(docs): remove obsolete Claude Code configurations 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> * docs(testing): improve test execution guidance 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> --------- Co-authored-by: Claude <noreply@anthropic.com>