refactor(system): 简化write_file实现,使用pathlib替代手动文件操作。

This commit is contained in:
2026-06-28 11:20:58 +08:00
parent a1bae58e56
commit 232e7293d9
5 changed files with 198 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
---
alwaysApply: true
scene: git_message
---
在此处编写规则,自定义 AI 生成提交信息的风格。
## 提交信息格式
- 提交信息必须使用中文。
- 提交信息必须包含变更的类型(例如 "fix"、"feat"、"refactor" 等)。
- 提交信息必须尽简洁明了,不要超过一段落。