This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/improves-claude-code-agents in repository https://gitbox.apache.org/repos/asf/struts.git
from a2902ebd5 Add comprehensive validate_plan command for Apache Struts development add 1518c1666 Simplify CLAUDE.md through specialized agents and commands automation No new revisions were added by this update. Summary of changes: .claude/agents/code-quality-checker.md | 387 +++++++++++++++++++++ .claude/agents/config-validator.md | 484 ++++++++++++++++++++++++++ .claude/agents/jakarta-migration-helper.md | 484 ++++++++++++++++++++++++++ .claude/agents/security-analyzer.md | 238 +++++++++++++ .claude/agents/test-runner.md | 329 ++++++++++++++++++ .claude/commands/config_analyze.md | 531 +++++++++++++++++++++++++++++ .claude/commands/quality_check.md | 438 ++++++++++++++++++++++++ .claude/commands/run_tests.md | 395 +++++++++++++++++++++ .claude/commands/security_scan.md | 288 ++++++++++++++++ .claude/settings.json | 1 + CLAUDE.md | 193 +++-------- 11 files changed, 3616 insertions(+), 152 deletions(-) create mode 100644 .claude/agents/code-quality-checker.md create mode 100644 .claude/agents/config-validator.md create mode 100644 .claude/agents/jakarta-migration-helper.md create mode 100644 .claude/agents/security-analyzer.md create mode 100644 .claude/agents/test-runner.md create mode 100644 .claude/commands/config_analyze.md create mode 100644 .claude/commands/quality_check.md create mode 100644 .claude/commands/run_tests.md create mode 100644 .claude/commands/security_scan.md