Conversation
Make AGENTS.md English-only, tighten the imperative wording, and drop the README cross-links so it stands on its own. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Rewrites AGENTS.md into a self-contained, English-only working guide for agents, removing bilingual line-by-line duplication and tightening the rules into concise imperatives.
Changes:
- Converted
AGENTS.mdto an English-only, self-contained document (removed README cross-links and Chinese lines). - Reworded project/rules/CLI semantics/verification sections for clarity and consistency.
- Simplified verification and release instructions into direct “run before …” guidance.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Every behavioral change must include tests. | ||
| - Every code change must update both `README.md` and `README.zh-CN.md`. | ||
| - No unrelated refactors. No unused dependencies. | ||
| - Code comments and CLI prompts are English-only. Documentation is bilingual (English + Chinese), English first. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fff4c63521
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - Every behavioral change must include tests. | ||
| - Every code change must update both `README.md` and `README.zh-CN.md`. | ||
| - No unrelated refactors. No unused dependencies. | ||
| - Code comments and CLI prompts are English-only. Documentation is bilingual (English + Chinese), English first. |
There was a problem hiding this comment.
Restore bilingual coverage for AGENTS.md
This file is itself repository documentation, but the rewrite removes the Chinese mirror text while keeping the AGENTS.md rule that documentation must be bilingual with English first. Future agents following the updated guide now have contradictory instructions and cannot tell whether this file is exempt; please either restore the Chinese counterparts here or explicitly document an AGENTS.md exemption.
Useful? React with 👍 / 👎.
What
Optimize
AGENTS.mdas the working guide for agents.README.mdcross-links so the guide is self-contained.No behavioral/code changes — documentation only.
🤖 Generated with Claude Code