template/AGENTS.md

16 lines
821 B
Markdown
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.

# AI Agent 指南
身为 AI Agent你可能会被分配不同的任务不同的任务请参阅不同的文件来查看具体要求。注意不要查看本次任务之外的提示词文件以避免上下文与注意力污染。
# 编写代码或设计系统
如果要求你进行代码编写,以及系统设计相关的行为,参阅 [code.md](./.agents/code.md)。
# 代码评审及测试用例编写
如果要求你对我写好的代码进行评审,或针对某个功能编写测试用例,参阅 [review.md](./.agents/review.md)。
# 使用文档编写
如果要求你针对某个接口编写 API 文档,或要求你针对某个功能编写指南文档,参阅 [docs.md](./.agents/docs.md)。注意本节针对的是面向项目使用者的文档,而不是面向项目开发者的文档。