docs: update agent instructions

- document commit message expectations

- require implementation summaries after code changes
This commit is contained in:
chuan
2026-06-03 21:47:36 +08:00
Unverified
parent 49e368de72
commit 3e60aa16ab
+10
View File
@@ -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
```
- 每次写完代码都要给我总结你写了什么,为什么这么写,我要怎么看懂你的代码