@routerhub/agent-rules 1.2.0 → 1.3.0

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
@@ -49,6 +49,7 @@
49
49
  - 不允许写 `class`,统一使用函数式编程。
50
50
  - 不要写 `try/catch`。
51
51
  - 代码注释统一使用中文编写。
52
+ - 能复用现有函数或配置时,不要复制粘贴出第二份近似实现。
52
53
 
53
54
  ## 测试用例规范
54
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routerhub/agent-rules",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Shared Copilot agent rules and guidelines for RouterHub projects",
5
5
  "main": "AGENTS.base.md",
6
6
  "bin": {