Rename package to xworkmate-artifacts
This commit is contained in:
parent
52d8d07e66
commit
fe4a664be5
10
README.md
10
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
|
||||
}
|
||||
}
|
||||
|
||||
@ -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": {
|
||||
|
||||
10
package.json
10
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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user