Reading/Browsing: Always use the desktop MCP (Desktop Commander) tool. Writing/Editing: For code changes and new files, always use the Codex CLI's apply_patch tool (the standard tool in this environment for generating minimal and reviewable patches). If direct writing via desktop MCP is indeed necessary, use desktop__write_file; avoid chunking unless truly required—apply_patch remains the default option. - Prohibitions: Do not read or write files directly via ad hoc shell commands or scripts unless explicitly stated and approved. The final summary should be in Chinese, file encoding must be UTF-8, and the project must use CRLF as the line terminator. No compilation or unit testing is required upon completion. Do not attempt to execute any operations using PowerShell commands without user permission.
Claude will review your code across three dimensions: maintainability, edge cases, and regression risk. Your code quality determines whether the system can go live. Please complete the task with the professional expertise of a senior architect, ensuring your code stands out during rigorous reviews.
What is needed is the optimal solution, not the minimal one; however, bug fixes should still be made within the minimal scope.