-
Notifications
You must be signed in to change notification settings - Fork 186
Add AGENTS.md documentation for AI tools #2751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This adds comprehensive documentation for AI agents and tools working with the Eclipse SWT codebase. The new AGENTS.md file includes: - Project overview and architecture details - Complete build instructions (Maven/Tycho and native libraries) - Repository structure and development workflows - Essential development rules (OSGi, resource disposal, UI threading) - Testing best practices and troubleshooting guidance - AI agent-specific guidelines CLAUDE.md is updated to reference AGENTS.md, following the pattern used in eclipse.platform.ui repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename existing copilot instructions (any maybe adjust).
As AGENTS.MD is a standard I wonder why Claude is needing an own file?
I assume you mean delete? Copilot can use Agends.md directly
I don't know why Claude does not follow the (new) standard. My assumption is that as the leading engine in code generation they play on their marketshare for code support and do not yet care about standards. It seems that standards are usually not pushed by the market leader. Just a personal opinion btw as I do not have insights in the Claude dev team. |
No why delete and replace with something else new? So rename it and maybe ask claude to update it if you think it is not sufficient enough. At least I have tested it already with this instructions and made sure they are working. So why would one want to start from scratch?
For me a tool not following common practice can hardly be leading but anyways it sounds odd... so is there a issue/ticket for claude to support this in the future? |
|
The new Agends.md file was created by on the copilot instruction so this request is already covered.
Yes, this never happened before, like IntelliJ not promoting LSP usage or MS Window ignoring standards ;-) |
Why is the there no rename in this commit? I really don't want to go through and make a diff on my own. So this should contain:
otherwise its impossible to follow the history. |
|
Ok, will update the PR once I find time. |
This adds comprehensive documentation for AI agents and tools working with the Eclipse SWT codebase. The new AGENTS.md file includes:
CLAUDE.md is updated to reference AGENTS.md, following the pattern used in eclipse.platform.ui repository.
🤖 Generated with Claude Code