@a5c-ai/babysitter 5.0.1-staging.f6432257 → 5.0.1-staging.ff2c19f9
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 +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ For harness runtime orchestration commands such as `call`, `yolo`,
|
|
|
27
27
|
`invoke`, `resume`, `start-server`, and `tui`, install the optional harness CLI:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
|
-
npm install -g @a5c-ai/babysitter-
|
|
30
|
+
npm install -g @a5c-ai/babysitter-agent
|
|
31
31
|
babysitter-harness --help-human
|
|
32
32
|
```
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/babysitter",
|
|
3
|
-
"version": "5.0.1-staging.
|
|
3
|
+
"version": "5.0.1-staging.ff2c19f9",
|
|
4
4
|
"description": "Metapackage for installing all babysitter npm packages",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -11,8 +11,11 @@
|
|
|
11
11
|
"bin/",
|
|
12
12
|
"README.md"
|
|
13
13
|
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"lint": "eslint \"bin/**/*.js\" --max-warnings=0"
|
|
16
|
+
},
|
|
14
17
|
"dependencies": {
|
|
15
|
-
"@a5c-ai/babysitter-sdk": "5.0.1-staging.
|
|
18
|
+
"@a5c-ai/babysitter-sdk": "5.0.1-staging.ff2c19f9"
|
|
16
19
|
},
|
|
17
20
|
"repository": {
|
|
18
21
|
"type": "git",
|