llm-to-agent/.github/copilot-instructions.md
2026-07-10 17:09:02 +08:00

224 B

开发准则

  • 不得为简单的需求过度抽象和设计
  • 简单功能不需要写注释
  • 设计文档统一从 docs 目录下读取
  • 临时文件统一放在 tmp 目录下,且必须在 .gitignore 中忽略