@a5c-ai/babysitter 0.0.188-staging.fd3ab4c2 → 5.0.0

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 +18 -2
  2. package/package.json +16 -4
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Metapackage for installing all babysitter npm packages.
4
4
 
5
+ <!-- docs-status:start -->
6
+ > Status: Public metapackage.
7
+ > Canonical docs home: [Package and Plugin Docs Map](../../docs/package-and-plugin-map.md).
8
+ > This README remains the canonical package contract for the metapackage install surface.
9
+ <!-- docs-status:end -->
10
+
5
11
  ## Installation
6
12
 
7
13
  ```bash
@@ -19,7 +25,16 @@ npx @a5c-ai/babysitter --help
19
25
  Or if installed globally:
20
26
 
21
27
  ```bash
22
- babysitter --help
28
+ babysitter --help # agent-facing commands (default)
29
+ babysitter --help-human # human-facing SDK/install commands
30
+ ```
31
+
32
+ For agent runtime orchestration commands such as `call`, `yolo`,
33
+ `invoke`, `resume`, `start-server`, and `tui`, install the optional agent CLI:
34
+
35
+ ```bash
36
+ npm install -g @a5c-ai/babysitter-agent
37
+ babysitter-agent --help-human
23
38
  ```
24
39
 
25
40
  ## What's Included
@@ -27,10 +42,11 @@ babysitter --help
27
42
  This metapackage installs:
28
43
 
29
44
  - **@a5c-ai/babysitter-sdk** - Core SDK with CLI for managing babysitter workflows
45
+ - **Main `babysitter` CLI** - Core operational commands plus `harness:install` and `harness:install-plugin`
30
46
 
31
47
  ## CLI Entry Point
32
48
 
33
- The `babysitter` command provided by this metapackage is an alias to the CLI from `@a5c-ai/babysitter-sdk`.
49
+ The `babysitter` command provided by this metapackage is an alias to the core CLI from `@a5c-ai/babysitter-sdk`.
34
50
 
35
51
  ## Repository
36
52
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter",
3
- "version": "0.0.188-staging.fd3ab4c2",
3
+ "version": "5.0.0",
4
4
  "description": "Metapackage for installing all babysitter npm packages",
5
- "license": "UNLICENSED",
5
+ "license": "MIT",
6
6
  "type": "commonjs",
7
7
  "bin": {
8
8
  "babysitter": "bin/babysitter.js"
@@ -11,12 +11,24 @@
11
11
  "bin/",
12
12
  "README.md"
13
13
  ],
14
+ "publishConfig": {
15
+ "access": "public"
16
+ },
17
+ "scripts": {
18
+ "lint": "eslint \"bin/**/*.js\" --max-warnings=0"
19
+ },
14
20
  "dependencies": {
15
- "@a5c-ai/babysitter-sdk": "0.0.188-staging.fd3ab4c2"
21
+ "@a5c-ai/babysitter-sdk": "5.0.0",
22
+ "@a5c-ai/babysitter-agent": "5.0.0"
16
23
  },
17
24
  "repository": {
18
25
  "type": "git",
19
- "url": "https://github.com/a5c-ai/babysitter.git"
26
+ "url": "git+https://github.com/a5c-ai/babysitter.git",
27
+ "directory": "packages/babysitter"
28
+ },
29
+ "homepage": "https://github.com/a5c-ai/babysitter/tree/main/packages/babysitter#readme",
30
+ "bugs": {
31
+ "url": "https://github.com/a5c-ai/babysitter/issues"
20
32
  },
21
33
  "keywords": [
22
34
  "babysitter",