This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts.git
from 310114d93 Merge pull request #1375 from apache/dependabot/maven/main/org.assertj-assertj-core-3.27.6 add e1de9362a Improve Claude Code agents configuration for Apache Struts add c76e89e85 Add comprehensive create_plan command for Apache Struts development add e8243754b Allows to use git specific commands by Claude Code add 904e63970 Defines a commit command to be used with Claude Code add a2902ebd5 Add comprehensive validate_plan command for Apache Struts development add 1518c1666 Simplify CLAUDE.md through specialized agents and commands automation new ae77bdf49 Merge pull request #1376 from apache/fix/improves-claude-code-agents The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .claude/agents/code-quality-checker.md | 387 +++++++++++++++ .claude/agents/codebase-analyzer.md | 8 +- .claude/agents/codebase-pattern-finder.md | 7 +- .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/agents/thoughts-analyzer.md | 3 +- .claude/agents/thoughts-locator.md | 16 +- .claude/commands/commit.md | 41 ++ .claude/commands/config_analyze.md | 531 +++++++++++++++++++++ .claude/commands/create_plan.md | 348 ++++++++++++++ .claude/commands/quality_check.md | 438 +++++++++++++++++ .claude/commands/research_codebase.md | 17 +- .claude/commands/run_tests.md | 395 +++++++++++++++ .claude/commands/security_scan.md | 288 +++++++++++ .claude/commands/validate_plan.md | 325 +++++++++++++ .claude/settings.json | 6 + CLAUDE.md | 193 ++------ thoughts/README.md | 12 + .../ui/Component-1.txt => thoughts/global/.gitkeep | 0 .../lukaszlenart/.gitkeep | 0 .../lukaszlenart/notes/.gitkeep | 0 .../lukaszlenart/tickets/.gitkeep | 0 .../searchable/.gitkeep | 0 .../ui/Component-1.txt => thoughts/shared/.gitkeep | 0 .../shared/plans/.gitkeep | 0 .../shared/prs/.gitkeep | 0 .../shared/research/.gitkeep | 0 .../shared/tickets/.gitkeep | 0 30 files changed, 4377 insertions(+), 173 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/commit.md create mode 100644 .claude/commands/config_analyze.md create mode 100644 .claude/commands/create_plan.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 create mode 100644 .claude/commands/validate_plan.md create mode 100644 thoughts/README.md copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/global/.gitkeep (100%) copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/lukaszlenart/.gitkeep (100%) copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/lukaszlenart/notes/.gitkeep (100%) copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/lukaszlenart/tickets/.gitkeep (100%) copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/searchable/.gitkeep (100%) copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/shared/.gitkeep (100%) copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/shared/plans/.gitkeep (100%) copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/shared/prs/.gitkeep (100%) copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/shared/research/.gitkeep (100%) copy core/src/test/resources/org/apache/struts2/views/jsp/ui/Component-1.txt => thoughts/shared/tickets/.gitkeep (100%)