diff --git a/AGENTS.md b/AGENTS.md index 7ef7902..008bf81 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,2 +1,12 @@ - 默认使用最新的C#语法糖简化代码的写法 - C#的summary注释使用中文,并且行尾不添加类似 `。` `,` 之类的中文符号 +- 当我需要你添加commit的时候,你自己根据当前代码实际情况一次或多次添加合适的commit信息,格式参考之前写法,示例如下 + +```commit +feat: this is a example feat commit + +- this is feature one +- this is the other feat +``` + +- 每次写完代码都要给我总结你写了什么,为什么这么写,我要怎么看懂你的代码