mirror of
https://github.com/apache/struts.git
synced 2026-08-05 06:36:58 +00:00
e1de9362af
- Replace hardcoded user paths with dynamic $USER environment variable - Update ticket patterns from eng_XXXX to Apache Struts WW-XXXX format - Create thoughts/ directory structure for research documentation - Add Maven build commands (mvn test -DskipAssembly) to agents - Enhance security analysis with CVE-specific patterns (CVE-2017-5638, CVE-2018-11776) - Improve Struts-specific knowledge in codebase analysis agents - Add Jakarta module support and OGNL security focus - Enable portable configuration across all developers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
516 B
Markdown
13 lines
516 B
Markdown
# Thoughts Directory Structure
|
|
|
|
This directory structure supports Claude Code research and documentation workflows.
|
|
|
|
## Directory Structure
|
|
- shared/ - Team-shared documents and research
|
|
- $USER/ - User-specific personal notes and drafts
|
|
- global/ - Cross-repository documentation
|
|
- searchable/ - Search index for all thoughts (managed automatically)
|
|
|
|
## Usage
|
|
The Claude Code agents use this structure to organize research findings, ticket analysis, and architectural documentation for the Apache Struts project.
|