@routerhub/agent-rules 1.5.175 → 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.175",
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,7 +0,0 @@
1
- ---
2
- name: "Notion 同步 · Go 规则"
3
- applyTo: ["**/*.go"]
4
- outputName: "notion-go-backend"
5
- ---
6
-
7
- 我测试下写一些go的规则