lukaszlenart opened a new pull request, #1605: URL: https://github.com/apache/struts/pull/1605
## Summary - Remove generic architecture descriptions, common patterns, and technology lists that Claude already knows from training - Keep only build commands, project-specific traps (javax.servlet, OGNL sandbox, RAT headers), and module layout - Reduce from ~160 lines to ~35 lines Based on [CLAUDE.md benchmark results](https://techloom.it/blog/claudemd-benchmark-results.html) showing that generic instructions degrade performance on bug-fix and code-generation tasks, while project-specific guardrails raise worst-case scores. ## Test plan - [ ] Verify Claude Code still picks up build commands and project rules from the slimmed file - [ ] Confirm no project-specific traps were lost (javax.servlet, OGNL security, RAT headers, plugin descriptors) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
