@eworkbase/plugin-ai-rules 0.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.
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "@eworkbase/plugin-ai-rules",
3
+ "version": "0.1.0",
4
+ "description": "统一维护团队的 AI 规则、技能、命令与 MCP 配置,并生成 Codex、Claude Code 等客户端文件。支持初始化、预览生成结果、检查配置、同步规则和更新规则来源。",
5
+ "type": "module",
6
+ "exports": "./plugin.mjs",
7
+ "files": [
8
+ "plugin.mjs",
9
+ "ui"
10
+ ],
11
+ "engines": {
12
+ "node": ">=22"
13
+ },
14
+ "publishConfig": {
15
+ "access": "public"
16
+ },
17
+ "workbase": {
18
+ "id": "ai-rules",
19
+ "title": "AI Rules",
20
+ "tools": [
21
+ {
22
+ "id": "rulesync",
23
+ "label": "Rulesync",
24
+ "category": "runtime",
25
+ "version": "16.17.0",
26
+ "runtimeId": "npm:rulesync"
27
+ }
28
+ ],
29
+ "description": "统一维护团队的 AI 规则、技能、命令与 MCP 配置,并生成 Codex、Claude Code 等客户端文件。支持初始化、预览生成结果、检查配置、同步规则和更新规则来源。",
30
+ "apiVersion": 1,
31
+ "workbaseVersion": "^0.4"
32
+ }
33
+ }