@routerhub/agent-rules 1.0.25 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/AGENTS.base.md +1 -0
  2. package/package.json +1 -1
package/AGENTS.base.md CHANGED
@@ -40,6 +40,7 @@
40
40
  ## 分支管理规范
41
41
 
42
42
  - 所有新建分支名称必须使用中文(汉字)或纯中文拼音,禁止英文缩写、数字、拼音与英文混用。
43
+ - 当用户要求提交本次修改时,git commit 提交信息必须使用中文描述,禁止使用英文。
43
44
 
44
45
  ## 代码风格与结构
45
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routerhub/agent-rules",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Shared Copilot agent rules and guidelines for RouterHub projects",
5
5
  "main": "AGENTS.base.md",
6
6
  "bin": {