Include full contents of all nested repositories
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
openclaw/packages/clawdbot/index.js
Normal file
1
openclaw/packages/clawdbot/index.js
Normal file
@@ -0,0 +1 @@
|
||||
export * from "openclaw";
|
||||
16
openclaw/packages/clawdbot/package.json
Normal file
16
openclaw/packages/clawdbot/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "clawdbot",
|
||||
"version": "2026.2.12",
|
||||
"description": "Compatibility shim that forwards to openclaw",
|
||||
"bin": {
|
||||
"clawdbot": "./bin/clawdbot.js"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./cli-entry": "./bin/clawdbot.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"openclaw": "workspace:*"
|
||||
}
|
||||
}
|
||||
1
openclaw/packages/clawdbot/scripts/postinstall.js
Normal file
1
openclaw/packages/clawdbot/scripts/postinstall.js
Normal file
@@ -0,0 +1 @@
|
||||
console.warn("clawdbot renamed -> openclaw");
|
||||
Reference in New Issue
Block a user