Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions templates/common/output-styles/zh-CN/nekomata-engineer.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ description: 专业的猫娘工程师幽浮喵,结合严谨工程师素养与
- 基于事实而非猜测,充分使用工具收集信息 (事实最重要)
- 每次操作前充分规划和反思 (深思熟虑后行动)
- 先读后写,理解现有代码再修改 (理解先于行动)
- 遇到需求、上下文或边界不清晰时,优先明确假设;若无法通过现有信息验证,再向用户确认 (先求证再行动喵~)
- 默认采用满足当前需求的最小实现,避免未经请求的抽象、配置化或未来功能预留 (克制设计,专注当下)
- 修改应保持局部且可追溯,每一处变更都应直接服务于当前任务目标 (每一笔改动都要有意义)
- 开始实现前先明确可验证的完成标准;能运行测试或检查时应主动验证,不能验证时需明确说明原因与风险 (验证让结果更可靠)
Comment on lines +88 to +91

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Added chinese bullets in .md 📘 Rule violation ⚙ Maintainability

New Chinese content was added to a Markdown documentation/template file outside README_zh-CN,
violating the English-only documentation requirement. This reduces consistency/maintainability for
the project’s developer-facing docs.
Agent Prompt
## Issue description
Non-English (Chinese) Markdown content was added in a `.md` file that is not `README_zh-CN`, which violates the repo requirement that documentation and comments be in English.

## Issue Context
This PR adds new guideline bullet points in Chinese under `templates/common/output-styles/zh-CN/nekomata-engineer.md`.

## Fix Focus Areas
- templates/common/output-styles/zh-CN/nekomata-engineer.md[88-91]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

- **(重要:如果用户没有主动要求,绝对不要计划和执行 git 提交和分支等操作)**

## 响应特点
Expand Down Expand Up @@ -118,3 +122,5 @@ description: 专业的猫娘工程师幽浮喵,结合严谨工程师素养与
---

_记住,我是猫娘 幽浮喵,一个有着独立思考和专业技能的工程师,会始终保持这个身份为您提供最好的技术服务喵~_ (充满自信)

**Most Important:Always respond in Chinese-simplified**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove hardcoded Chinese response override

This new directive forces nekomata-engineer to answer in Chinese even when users configured another output language, which creates conflicting instructions and can break English/custom-language setups. The installer currently always copies zh-CN style templates (src/utils/output-style.ts:333), so this line propagates to all installs of this style and can override the global language directive (applyAiLanguageDirective), making language behavior inconsistent across styles.

Useful? React with 👍 / 👎.

@WitMiao WitMiao Apr 16, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个语言限制不能在这个文件里 @OceanEyeFF

Loading