@routerhub/agent-rules 1.5.16 → 1.5.17

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/AGENTS.base.md CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
  - 始终使用中文回答,代码注释使用中文,每行代码配中文注释。
8
8
  - 页面 UI 内容(按钮、字段名、提示等)全部英文;如需中文在 `AGENTS.private.md` 中声明。
9
+ - 仅修改网站协议、条款、页面文案等文本内容时,必须保留原有结构、格式、样式和布局,只替换文字;只有用户明确要求调整样式时,才允许同步修改样式。
9
10
 
10
11
  ## Git 规范
11
12
 
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  所有对 @routerhub/agent-rules 的重大更改都会记录在这个文件中。
4
4
 
5
+ ## [1.5.17] - 2026-06-08
6
+
7
+ ### Added
8
+
9
+ - 新增文本替换保留格式规则,要求仅修改网站协议、条款、页面文案等文本内容时保留原有结构、格式、样式和布局,除非用户明确要求调整样式。
10
+
5
11
  ## [1.5.16] - 2026-06-08
6
12
 
7
13
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routerhub/agent-rules",
3
- "version": "1.5.16",
3
+ "version": "1.5.17",
4
4
  "description": "Shared Copilot agent rules and guidelines for RouterHub projects",
5
5
  "main": "AGENTS.base.md",
6
6
  "bin": {