@routerhub/agent-rules 1.5.174 → 1.5.176

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.174",
3
+ "version": "1.5.176",
4
4
  "description": "Shared Copilot agent rules and guidelines for RouterHub projects",
5
5
  "main": "AGENTS.base.md",
6
6
  "bin": {
@@ -1,7 +0,0 @@
1
- ---
2
- name: "Notion 同步 · 前端规则"
3
- applyTo: ["**/*.ts","**/*.tsx","**/*.js","**/*.jsx","**/*.vue","**/*.css","**/*.scss"]
4
- outputName: "notion-frontend"
5
- ---
6
-
7
- 组件文件命名必须大驼峰
@@ -1,11 +0,0 @@
1
- ---
2
- name: "Notion 同步 · Go 规则"
3
- applyTo: ["**/*.go"]
4
- outputName: "notion-go-backend"
5
- ---
6
-
7
- 我测试下写一些go的规则
8
-
9
- ## 【E2E 验证】自动同步测试规则
10
-
11
- 本规则为端到端自动同步验证的临时内容:若你看到它,说明 Notion 内容已成功自动同步并发布,验证完成后此块会被删除。