-
Notifications
You must be signed in to change notification settings - Fork 177
Rename CLAUDE.md to AGENTS.md #1490
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
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThe pull request introduces a new AGENTS.md documentation structure at both the project root and tests/integration directory. It provides comprehensive development and testing guidance, while existing CLAUDE.md files are redirected to reference the new AGENTS.md documentation. Changes
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Pull request overview
This PR renames CLAUDE.md files to AGENTS.md to make the documentation more agent-agnostic, while maintaining backward compatibility through redirect stubs in the old CLAUDE.md locations.
Key changes:
- Move root CLAUDE.md content to new AGENTS.md file
- Move tests/integration/CLAUDE.md content to tests/integration/AGENTS.md
- Replace old CLAUDE.md files with redirect stubs using
@syntax
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| CLAUDE.md | Replaced with redirect stub pointing to AGENTS.md |
| AGENTS.md | New file containing the original CLAUDE.md content (agent instructions) |
| tests/integration/CLAUDE.md | Replaced with redirect stub pointing to AGENTS.md |
| tests/integration/AGENTS.md | New file containing the original integration testing guide content |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,152 @@ | |||
| # ComfyUI Desktop - Claude Code Instructions | |||
Copilot
AI
Dec 18, 2025
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.
The title still references "Claude Code Instructions" but the file has been renamed from CLAUDE.md to AGENTS.md to be more agent-agnostic. Consider updating the title to be more generic, such as "ComfyUI Desktop - Agent Instructions" or "ComfyUI Desktop - Development Instructions for AI Agents".
| # ComfyUI Desktop - Claude Code Instructions | |
| # ComfyUI Desktop - Agent Instructions |
| # Integration testing guide | ||
|
|
||
| @README.md | ||
| @tests/integration/AGENTS.md |
Copilot
AI
Dec 18, 2025
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.
The redirect path appears to be absolute when it should be relative. Since this CLAUDE.md file is already in the tests/integration/ directory, the redirect should be @AGENTS.md (without the directory prefix) to match the pattern used in the root CLAUDE.md file which redirects to @AGENTS.md in the same directory.
| @tests/integration/AGENTS.md | |
| @AGENTS.md |
Summary