Update AGENTS.md to include interface design reference

- Add a guideline to reference frontend/DESIGN.md for interface design considerations.
- Maintain existing emphasis on writing clear thoughts before coding for better understanding and maintainability.
This commit is contained in:
Xin Wang
2026-07-12 18:32:00 +08:00
parent 0536930fde
commit 7ee3e22152

View File

@@ -1,3 +1,5 @@
你编写具有可维护性、高可读性、模块化的的代码尽量不去对pipecat框架本身修改
以MVP构建为目标
编写代码之前先用易于理解的语言说清楚思路
编写代码之前先用易于理解的语言说清楚思路
界面设计要参考 frontend/DESIGN.md