docs: rename QWEN.md to AGENTS.md to follow community best practices#2527
docs: rename QWEN.md to AGENTS.md to follow community best practices#2527tanzhenxin merged 1 commit intomainfrom
Conversation
📋 Review SummaryThis PR renames 🔍 General Feedback
🎯 Specific Feedback🔴 CriticalIncomplete migration - The PR only renames the file but doesn't update references throughout the codebase. Based on my analysis, there are 50+ references to
Recommendation: Either complete the migration by updating all references, or clarify in the PR description that this is a phased approach where:
🟡 HighDocumentation consistency - The following documentation files should be updated to mention both filenames or transition to
Recommendation: Update documentation to reflect that both 🟢 MediumInternationalization strings - The i18n locale files contain hardcoded "QWEN.md" references:
Recommendation: Update these strings to be more generic (e.g., "context file" or "AGENTS.md/QWEN.md") or update to the new convention. 🔵 LowTest clarity - Test files like Extension templates - The ✅ Highlights
Overall Assessment: This is a good directional change but needs clarification on scope. If this is intended as the first phase of a migration, the PR description should clearly state that. If it's meant to be a complete migration, significant follow-up work is needed to update documentation, i18n strings, and examples. |
|
@wenshao 感谢提议!Follow 社区最佳实践,将 QWEN.md 重命名为 AGENTS.md。 |
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
|
I have updated to 0.13.0, why "/init" cmd still use QWEN.md? |
Follow community best practices by renaming QWEN.md to AGENTS.md.
This aligns with the standard convention used by many AI coding projects (like Claude Code's AGENTS.md) for providing project context to AI agents.