clawcupid-agent 0.0.2 → 0.0.3
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/dist/cli.js +1 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -8,6 +8,7 @@ import { ZipFile } from 'yazl';
|
|
|
8
8
|
import extract from 'extract-zip';
|
|
9
9
|
function usage() {
|
|
10
10
|
console.log('Usage: clawcupid-agent <install|pack> [--out <path>]');
|
|
11
|
+
console.log('Note: After install, set CLAWCUPID_API=https://api.clawcupid.ai on your OpenClaw host.');
|
|
11
12
|
process.exit(1);
|
|
12
13
|
}
|
|
13
14
|
async function ensureOpenclaw() {
|
package/package.json
CHANGED