@a5c-ai/babysitter 5.0.1-staging.ff407b73 → 5.0.1-staging.ffad3b46492e

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -33,8 +33,8 @@ For agent runtime orchestration commands such as `call`, `yolo`,
33
33
  `invoke`, `resume`, `start-server`, and `tui`, install the optional agent CLI:
34
34
 
35
35
  ```bash
36
- npm install -g @a5c-ai/babysitter-agent
37
- babysitter-agent --help-human
36
+ npm install -g @a5c-ai/agent-platform
37
+ agent-platform --help-human
38
38
  ```
39
39
 
40
40
  ## What's Included
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter",
3
- "version": "5.0.1-staging.ff407b73",
3
+ "version": "5.0.1-staging.ffad3b46492e",
4
4
  "description": "Metapackage for installing all babysitter npm packages",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
@@ -18,8 +18,11 @@
18
18
  "lint": "eslint \"bin/**/*.js\" --max-warnings=0"
19
19
  },
20
20
  "dependencies": {
21
- "@a5c-ai/babysitter-sdk": "5.0.1-staging.ff407b73",
22
- "@a5c-ai/babysitter-agent": "5.0.1-staging.ff407b73"
21
+ "@a5c-ai/babysitter-sdk": "5.0.1-staging.ffad3b46492e",
22
+ "@a5c-ai/agent-core": "5.0.1-staging.ffad3b46492e",
23
+ "@a5c-ai/agent-runtime": "5.0.1-staging.ffad3b46492e",
24
+ "@a5c-ai/agent-platform": "5.0.1-staging.ffad3b46492e",
25
+ "@a5c-ai/omni": "5.0.1-staging.ffad3b46492e"
23
26
  },
24
27
  "repository": {
25
28
  "type": "git",