@routerhub/agent-rules 1.0.33 → 1.1.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
@@ -54,6 +54,7 @@
54
54
 
55
55
  - 所有测试用例必须包含中文断言或校验内容,确保覆盖中文场景。
56
56
  - 编写测试用例时,测试描述、断言说明和相关说明文字统一使用中文。
57
+ - 充值类测试用例如无特殊说明,默认使用充值 1 的测试数据执行验证。
57
58
  - 当同一个组件被复用时,传入 `fromType`(值为当前页面名)用于区分来源;组件内部差异逻辑基于 `fromType` 分支。
58
59
 
59
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routerhub/agent-rules",
3
- "version": "1.0.33",
3
+ "version": "1.1.0",
4
4
  "description": "Shared Copilot agent rules and guidelines for RouterHub projects",
5
5
  "main": "AGENTS.base.md",
6
6
  "bin": {