@routerhub/agent-rules 1.0.16 → 1.0.18

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 +5 -0
  2. package/package.json +1 -1
package/AGENTS.base.md CHANGED
@@ -33,6 +33,11 @@
33
33
  - 时间相关处理统一使用 `dayjs`。
34
34
  - 数据回显优先使用对象展开运算符(`...`)。
35
35
 
36
+
37
+ ## 分支管理规范
38
+
39
+ - 所有新建分支名称必须使用中文(汉字)或纯中文拼音,禁止英文缩写、数字、拼音与英文混用。
40
+
36
41
  ## 代码风格与结构
37
42
 
38
43
  - 不允许写 `class`,统一使用函数式编程。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routerhub/agent-rules",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "Shared Copilot agent rules and guidelines for RouterHub projects",
5
5
  "main": "AGENTS.base.md",
6
6
  "bin": {