Files
biji/.clinerules
黄孟 4e0977de85 docs: 添加项目开发与美化计划
- 新增 development_plan.md 文件,详细规划了项目开发的三个阶段
- 添加 .clinerules 文件,定义了代码执行和任务分解的规则
- 创建 mcp.json 文件,配置了 Model Context Protocol 服务
2025-07-30 14:48:54 +08:00

6 lines
720 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1、执行任务的时候首先分析任务然后将该任务分成多个可执行的小任务一步一步执行。
2、不要启动我项目的服务
3、若是新建项目或者开发新的功能首先使用context7 MCP服务来寻找对应的文档
4、若是修改业务逻辑等就不要使用context7 MCP服务来寻找对应的文档先查看查看前端该功能对应的后端接口查看后端接口的逻辑若是已经实现就返回前端处理逻辑若是后端还们没有实现则先处理后端在处理前端。
5、若是apply_diff失败或者文件修改编辑失败就要先保存该文件然后重新读取在做修改再来apply_diff
6、使用filesystem MCP服务