@dai_ming/plugin-deliverables 1.2.3 → 1.2.4
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/openclaw-plugin.json +4 -1
- package/openclaw.plugin.json +4 -1
- package/package.json +1 -1
package/openclaw-plugin.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "plugin-deliverables",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"npm_package": "@dai_ming/plugin-deliverables",
|
|
5
5
|
"description": "Deliverables plugin: native upload tool + skill + AGENTS rules for AI-generated file uploads",
|
|
6
6
|
"skills": {
|
|
7
7
|
"deliverables": "skills/deliverables/SKILL.md"
|
|
8
8
|
},
|
|
9
|
+
"contracts": {
|
|
10
|
+
"tools": ["deliverables__upload_deliverable"]
|
|
11
|
+
},
|
|
9
12
|
"agents_rules": {
|
|
10
13
|
"file": "agents-rules/deliverables.md",
|
|
11
14
|
"start_marker": "DELIVERABLE_LINK_RULES_START",
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,8 +2,11 @@
|
|
|
2
2
|
"id": "plugin-deliverables",
|
|
3
3
|
"name": "Deliverables",
|
|
4
4
|
"description": "Deliverables runtime guard for upload-first file delivery with Palz split-send diagnostics.",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.4",
|
|
6
6
|
"skills": ["./skills"],
|
|
7
|
+
"contracts": {
|
|
8
|
+
"tools": ["deliverables__upload_deliverable"]
|
|
9
|
+
},
|
|
7
10
|
"configSchema": {
|
|
8
11
|
"type": "object",
|
|
9
12
|
"additionalProperties": false,
|
package/package.json
CHANGED