From fe4a664be59cc424722e26b969be82af4b1d3f74 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 5 May 2026 11:09:43 +0800 Subject: [PATCH] Rename package to xworkmate-artifacts --- README.md | 10 +++++----- openclaw.plugin.json | 2 +- package.json | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8e1a2a8..3f2d866 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# openclaw-xworkmate-artifacts +# xworkmate-artifacts OpenClaw Gateway plugin that exports structured workspace artifact manifests for XWorkmate. @@ -15,8 +15,8 @@ The method scans the resolved OpenClaw workspace after a run finishes and return Link this directory into OpenClaw: ```bash -openclaw plugins install --link /Users/shenlan/workspaces/cloud-neutral-toolkit/openclaw-xworkmate-artifacts -openclaw plugins enable openclaw-xworkmate-artifacts +openclaw plugins install --link /Users/shenlan/workspaces/cloud-neutral-toolkit/xworkmate-artifacts +openclaw plugins enable xworkmate-artifacts ``` Equivalent config shape: @@ -26,11 +26,11 @@ Equivalent config shape: "plugins": { "load": { "paths": [ - "/Users/shenlan/workspaces/cloud-neutral-toolkit/openclaw-xworkmate-artifacts" + "/Users/shenlan/workspaces/cloud-neutral-toolkit/xworkmate-artifacts" ] }, "entries": { - "openclaw-xworkmate-artifacts": { + "xworkmate-artifacts": { "enabled": true } } diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 0921f4f..17aeb6d 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,5 +1,5 @@ { - "id": "openclaw-xworkmate-artifacts", + "id": "xworkmate-artifacts", "name": "XWorkmate Artifacts", "description": "Exports structured artifact manifests from the OpenClaw workspace for XWorkmate.", "configSchema": { diff --git a/package.json b/package.json index 756448c..c7d7650 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "openclaw-xworkmate-artifacts", + "name": "xworkmate-artifacts", "version": "0.1.0", - "description": "OpenClaw Gateway artifact export plugin for XWorkmate", + "description": "XWorkmate artifact export plugin for OpenClaw Gateway", "type": "module", "license": "MIT", "keywords": [ @@ -11,13 +11,13 @@ "gateway", "plugin" ], - "homepage": "https://github.com/x-evor/openclaw-xworkmate-artifacts#readme", + "homepage": "https://github.com/x-evor/xworkmate-artifacts#readme", "repository": { "type": "git", - "url": "git+https://github.com/x-evor/openclaw-xworkmate-artifacts.git" + "url": "git+https://github.com/x-evor/xworkmate-artifacts.git" }, "bugs": { - "url": "https://github.com/x-evor/openclaw-xworkmate-artifacts/issues" + "url": "https://github.com/x-evor/xworkmate-artifacts/issues" }, "engines": { "node": ">=22"