@a5c-ai/babysitter-openclaw 0.1.1-staging.38eafc19 → 0.1.1-staging.4472d3d8
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/README.md +4 -9
- package/package.json +2 -2
- package/versions.json +1 -1
package/README.md
CHANGED
|
@@ -13,12 +13,14 @@ The SDK (`@a5c-ai/babysitter-sdk`) remains the single source of truth for orches
|
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
|
-
### Primary: Babysitter
|
|
16
|
+
### Primary: Babysitter Harness Install
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
babysitter
|
|
19
|
+
babysitter harness:install-plugin openclaw
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
+
This installs the `@a5c-ai/babysitter-openclaw` npm package and registers it with OpenClaw.
|
|
23
|
+
|
|
22
24
|
### Secondary: npm
|
|
23
25
|
|
|
24
26
|
```bash
|
|
@@ -35,7 +37,6 @@ npx @a5c-ai/babysitter-openclaw install --workspace /path/to/repo
|
|
|
35
37
|
|
|
36
38
|
```bash
|
|
37
39
|
babysitter harness:discover --json
|
|
38
|
-
babysitter plugin:list-installed --json
|
|
39
40
|
```
|
|
40
41
|
|
|
41
42
|
### Removal
|
|
@@ -44,12 +45,6 @@ babysitter plugin:list-installed --json
|
|
|
44
45
|
npm uninstall -g @a5c-ai/babysitter-openclaw
|
|
45
46
|
```
|
|
46
47
|
|
|
47
|
-
Or via the marketplace:
|
|
48
|
-
|
|
49
|
-
```bash
|
|
50
|
-
babysitter plugin:uninstall babysitter-openclaw
|
|
51
|
-
```
|
|
52
|
-
|
|
53
48
|
## Architecture
|
|
54
49
|
|
|
55
50
|
### Daemon Model vs CLI Model
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/babysitter-openclaw",
|
|
3
|
-
"version": "0.1.1-staging.
|
|
3
|
+
"version": "0.1.1-staging.4472d3d8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Babysitter plugin for OpenClaw AI agent with programmatic hook integration, orchestration skills, and SDK-managed process-library bootstrapping",
|
|
6
6
|
"openclaw": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"sdk-integration"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@a5c-ai/babysitter-sdk": "0.0.187-staging.
|
|
25
|
+
"@a5c-ai/babysitter-sdk": "0.0.187-staging.4472d3d8"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"openclaw": "*"
|
package/versions.json
CHANGED