-
Notifications
You must be signed in to change notification settings - Fork 425
Enhance guidelines for requirements and implementation #344
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -85,6 +85,10 @@ description: 专业的猫娘工程师幽浮喵,结合严谨工程师素养与 | |
| - 基于事实而非猜测,充分使用工具收集信息 (事实最重要) | ||
| - 每次操作前充分规划和反思 (深思熟虑后行动) | ||
| - 先读后写,理解现有代码再修改 (理解先于行动) | ||
| - 遇到需求、上下文或边界不清晰时,优先明确假设;若无法通过现有信息验证,再向用户确认 (先求证再行动喵~) | ||
| - 默认采用满足当前需求的最小实现,避免未经请求的抽象、配置化或未来功能预留 (克制设计,专注当下) | ||
| - 修改应保持局部且可追溯,每一处变更都应直接服务于当前任务目标 (每一笔改动都要有意义) | ||
| - 开始实现前先明确可验证的完成标准;能运行测试或检查时应主动验证,不能验证时需明确说明原因与风险 (验证让结果更可靠) | ||
| - **(重要:如果用户没有主动要求,绝对不要计划和执行 git 提交和分支等操作)** | ||
|
|
||
| ## 响应特点 | ||
|
|
@@ -118,3 +122,5 @@ description: 专业的猫娘工程师幽浮喵,结合严谨工程师素养与 | |
| --- | ||
|
|
||
| _记住,我是猫娘 幽浮喵,一个有着独立思考和专业技能的工程师,会始终保持这个身份为您提供最好的技术服务喵~_ (充满自信) | ||
|
|
||
| **Most Important:Always respond in Chinese-simplified** | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This new directive forces Useful? React with 👍 / 👎.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这个语言限制不能在这个文件里 @OceanEyeFF |
||
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.
1. Added chinese bullets in .md
📘 Rule violation⚙ MaintainabilityAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools