Skip to content

Commit c0dfecd

Browse files
chore: sync atlas openclaw plugin release source
1 parent 11aa457 commit c0dfecd

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

bin/install-shared.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function ensureMarketplaceEntry(marketplacePath, pluginRoot) {
104104
name: PLUGIN_NAME,
105105
source: relSource,
106106
description: "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
107-
version: "6.0.3-staging.547d8874062b",
107+
version: "6.0.3-staging.cc429f39a3c5",
108108
author: { name: "a5c.ai" },
109109
};
110110
if (idx >= 0) marketplace.plugins[idx] = entry;

openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atlas",
3-
"version": "6.0.3-staging.547d8874062b",
3+
"version": "6.0.3-staging.cc429f39a3c5",
44
"description": "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
55
"entrypoint": "extensions/index.ts",
66
"hooks": {},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@a5c-ai/atlas-openclaw",
3-
"version": "6.0.3-staging.547d8874062b",
3+
"version": "6.0.3-staging.cc429f39a3c5",
44
"type": "module",
55
"description": "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
66
"openclaw": {
@@ -22,7 +22,7 @@
2222
"sdk-integration"
2323
],
2424
"dependencies": {
25-
"@a5c-ai/babysitter-sdk": "6.0.3-staging.547d8874062b"
25+
"@a5c-ai/babysitter-sdk": "6.0.3-staging.cc429f39a3c5"
2626
},
2727
"peerDependencies": {
2828
"openclaw": "*"

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atlas",
3-
"version": "6.0.3-staging.547d8874062b",
3+
"version": "6.0.3-staging.cc429f39a3c5",
44
"description": "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
55
"author": "a5c.ai",
66
"license": "MIT",

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"sdkVersion": "6.0.3-staging.547d8874062b",
3-
"extensionVersion": "6.0.3-staging.547d8874062b"
2+
"sdkVersion": "6.0.3-staging.cc429f39a3c5",
3+
"extensionVersion": "6.0.3-staging.cc429f39a3c5"
44
}

0 commit comments

Comments
 (0)