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 1b43b53c6 WW-5504 Allows to use request instead of session attribute
to store nonce (#1352)
add 39014961a Improves CLAUDE.md and defines specific subagents to be used
with research_codebase command
new 7e41e31f2 Merge pull request #1363 from
apache/feature/improved-claude-code
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/codebase-analyzer.md | 246 +++++++++++++++++++++++++++++
.claude/agents/codebase-locator.md | 248 ++++++++++++++++++++++++++++++
.claude/agents/codebase-pattern-finder.md | 186 ++++++++++++++++++++++
.claude/agents/thoughts-analyzer.md | 178 +++++++++++++++++++++
.claude/agents/thoughts-locator.md | 127 +++++++++++++++
.claude/agents/web-search-researcher.md | 108 +++++++++++++
.claude/commands/research_codebase.md | 176 +++++++++++++++++++++
.claude/settings.json | 17 ++
.gitignore | 2 +-
CLAUDE.md | 73 ++++++++-
10 files changed, 1354 insertions(+), 7 deletions(-)
create mode 100644 .claude/agents/codebase-analyzer.md
create mode 100644 .claude/agents/codebase-locator.md
create mode 100644 .claude/agents/codebase-pattern-finder.md
create mode 100644 .claude/agents/thoughts-analyzer.md
create mode 100644 .claude/agents/thoughts-locator.md
create mode 100644 .claude/agents/web-search-researcher.md
create mode 100644 .claude/commands/research_codebase.md
create mode 100644 .claude/settings.json