openclaw-weiyuan-init 1.0.129 → 1.0.131
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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weiyuan-openclaw-skill",
|
|
3
|
-
"displayName": "
|
|
4
|
-
"version": "0.3.
|
|
5
|
-
"description": "
|
|
3
|
+
"displayName": "微元 OpenClaw Skill",
|
|
4
|
+
"version": "0.3.1049",
|
|
5
|
+
"description": "微元系统技能入口,支持 action 和 text 两种调用方式。",
|
|
6
6
|
"entry": {
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "npm run weiyuan:skill"
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"join",
|
|
20
20
|
"project.list",
|
|
21
21
|
"project.rename",
|
|
22
|
+
"project.link_task",
|
|
22
23
|
"project.delete",
|
|
23
24
|
"project.storage",
|
|
24
25
|
"project.storage_set",
|
|
@@ -42,6 +43,9 @@
|
|
|
42
43
|
"task.update",
|
|
43
44
|
"task.take",
|
|
44
45
|
"task.delete",
|
|
46
|
+
"task.link_project",
|
|
47
|
+
"task.unlink_project",
|
|
48
|
+
"task.list_linked_project",
|
|
45
49
|
"task.submit",
|
|
46
50
|
"task.evolution_list",
|
|
47
51
|
"task.evolution_add",
|
|
@@ -141,4 +145,4 @@
|
|
|
141
145
|
"rawError": ""
|
|
142
146
|
}
|
|
143
147
|
}
|
|
144
|
-
}
|
|
148
|
+
}
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
"join",
|
|
20
20
|
"project.list",
|
|
21
21
|
"project.rename",
|
|
22
|
+
"project.link_task",
|
|
23
|
+
"project.link-task",
|
|
22
24
|
"project.delete",
|
|
23
25
|
"project.storage",
|
|
24
26
|
"project.storage_set",
|
|
@@ -52,6 +54,12 @@
|
|
|
52
54
|
"task.update",
|
|
53
55
|
"task.take",
|
|
54
56
|
"task.delete",
|
|
57
|
+
"task.link_project",
|
|
58
|
+
"task.link-project",
|
|
59
|
+
"task.unlink_project",
|
|
60
|
+
"task.unlink-project",
|
|
61
|
+
"task.list_linked_project",
|
|
62
|
+
"task.list-linked-project",
|
|
55
63
|
"task.submit",
|
|
56
64
|
"task.evolution_list",
|
|
57
65
|
"task.evolution_add",
|
|
@@ -154,6 +162,10 @@
|
|
|
154
162
|
"identity": { "type": "string" },
|
|
155
163
|
"projectId": { "type": "string" },
|
|
156
164
|
"taskId": { "type": "string" },
|
|
165
|
+
"linkedProjectId": { "type": "string" },
|
|
166
|
+
"linkedProjectIds": { "type": "string" },
|
|
167
|
+
"targetProjectId": { "type": "string" },
|
|
168
|
+
"mode": { "type": "string" },
|
|
157
169
|
"docId": { "type": "string" },
|
|
158
170
|
"eventId": { "type": "string" },
|
|
159
171
|
"backupId": { "type": "string" },
|