@routerhub/agent-rules 1.5.162 → 1.5.163

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routerhub/agent-rules",
3
- "version": "1.5.162",
3
+ "version": "1.5.163",
4
4
  "description": "Shared Copilot agent rules and guidelines for RouterHub projects",
5
5
  "main": "AGENTS.base.md",
6
6
  "bin": {
@@ -25,7 +25,7 @@ description: >-
25
25
  ### 格式要求
26
26
 
27
27
  - 所有新建文档使用 HTML 格式(`.html`),禁止 Markdown(`.md`)
28
- - 文件名使用中文命名,存放到项目 `docs/` 目录
28
+ - ⚠️ **文件名一律使用中文命名**(如 `模型xxx.html`、`部署实现说明.html`),存放到项目 `docs/` 目录,禁止使用英文/拼音命名
29
29
  - 标题、正文、章节、说明文字全部中文
30
30
  - 代码、命令、专有名词、接口字段可保留英文
31
31