@a5c-ai/babysitter-opencode 5.1.1-staging.9e20d93bd7b5 → 5.1.1-staging.d90c70976373

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.
@@ -104,7 +104,7 @@ function ensureMarketplaceEntry(marketplacePath, pluginRoot) {
104
104
  name: PLUGIN_NAME,
105
105
  source: relSource,
106
106
  description: "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
107
- version: "5.1.1-staging.9e20d93bd7b5",
107
+ version: "5.1.1-staging.d90c70976373",
108
108
  author: { name: "a5c.ai" },
109
109
  };
110
110
  if (idx >= 0) marketplace.plugins[idx] = entry;
@@ -31,12 +31,12 @@ babysitter blueprints:update-marketplace --marketplace-name <name> [--marketplac
31
31
  ### List blueprints in a marketplace
32
32
 
33
33
  ```bash
34
- babysitter blueprints:list-plugins --marketplace-name <name> --global|--project [--json]
34
+ babysitter blueprints:list-blueprints --marketplace-name <name> --global|--project [--json]
35
35
  ```
36
36
 
37
37
  ## Blueprint Lifecycle
38
38
 
39
- For `blueprint:install`, `blueprint:update`, `blueprint:configure`, and `blueprint:list-plugins`, the `--marketplace-name` flag is auto-detected when only one marketplace is cloned for the selected scope.
39
+ For `blueprint:install`, `blueprint:update`, `blueprint:configure`, and `blueprint:list-blueprints`, the `--marketplace-name` flag is auto-detected when only one marketplace is cloned for the selected scope.
40
40
 
41
41
  ```bash
42
42
  babysitter blueprints:install --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
@@ -5,16 +5,16 @@ argument-hint: Blueprint action and options.
5
5
 
6
6
  This command is a deprecated alias for `/babysitter:blueprints`.
7
7
 
8
- For Babysitter marketplace installables, use blueprints terminology and the `babysitter blueprint:*` CLI command family:
8
+ For Babysitter marketplace installables, use blueprints terminology and the `babysitter blueprints:*` CLI command family:
9
9
 
10
10
  ```bash
11
- babysitter blueprint:list-installed --global|--project [--json]
12
- babysitter blueprint:add-marketplace --marketplace-url <url> [--marketplace-path <relative-path>] --global|--project [--json]
13
- babysitter blueprint:list-plugins --marketplace-name <name> --global|--project [--json]
14
- babysitter blueprint:install --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
15
- babysitter blueprint:update --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
16
- babysitter blueprint:configure --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
17
- babysitter blueprint:uninstall --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
11
+ babysitter blueprints:list-installed --global|--project [--json]
12
+ babysitter blueprints:add-marketplace --marketplace-url <url> [--marketplace-path <relative-path>] --global|--project [--json]
13
+ babysitter blueprints:list-blueprints --marketplace-name <name> --global|--project [--json]
14
+ babysitter blueprints:install --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
15
+ babysitter blueprints:update --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
16
+ babysitter blueprints:configure --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
17
+ babysitter blueprints:uninstall --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
18
18
  ```
19
19
 
20
20
  The `--plugin-name` flag remains for CLI compatibility with existing marketplace manifests. Describe the installable as a blueprint in user-facing text.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter-opencode",
3
- "version": "5.1.1-staging.9e20d93bd7b5",
3
+ "version": "5.1.1-staging.d90c70976373",
4
4
  "description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
5
5
  "scripts": {
6
6
  "deploy": "npm publish --access public",
@@ -35,7 +35,7 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@a5c-ai/babysitter-sdk": "5.1.1-staging.9e20d93bd7b5"
38
+ "@a5c-ai/babysitter-sdk": "5.1.1-staging.d90c70976373"
39
39
  },
40
40
  "repository": {
41
41
  "type": "git",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babysitter",
3
- "version": "5.1.1-staging.9e20d93bd7b5",
3
+ "version": "5.1.1-staging.d90c70976373",
4
4
  "description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
5
5
  "author": "a5c.ai",
6
6
  "license": "MIT",
@@ -33,12 +33,12 @@ babysitter blueprints:update-marketplace --marketplace-name <name> [--marketplac
33
33
  ### List blueprints in a marketplace
34
34
 
35
35
  ```bash
36
- babysitter blueprints:list-plugins --marketplace-name <name> --global|--project [--json]
36
+ babysitter blueprints:list-blueprints --marketplace-name <name> --global|--project [--json]
37
37
  ```
38
38
 
39
39
  ## Blueprint Lifecycle
40
40
 
41
- For `blueprint:install`, `blueprint:update`, `blueprint:configure`, and `blueprint:list-plugins`, the `--marketplace-name` flag is auto-detected when only one marketplace is cloned for the selected scope.
41
+ For `blueprint:install`, `blueprint:update`, `blueprint:configure`, and `blueprint:list-blueprints`, the `--marketplace-name` flag is auto-detected when only one marketplace is cloned for the selected scope.
42
42
 
43
43
  ```bash
44
44
  babysitter blueprints:install --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
@@ -7,16 +7,16 @@ description: deprecated alias for the Babysitter blueprints command. Use /babysi
7
7
 
8
8
  This command is a deprecated alias for `/babysitter:blueprints`.
9
9
 
10
- For Babysitter marketplace installables, use blueprints terminology and the `babysitter blueprint:*` CLI command family:
10
+ For Babysitter marketplace installables, use blueprints terminology and the `babysitter blueprints:*` CLI command family:
11
11
 
12
12
  ```bash
13
- babysitter blueprint:list-installed --global|--project [--json]
14
- babysitter blueprint:add-marketplace --marketplace-url <url> [--marketplace-path <relative-path>] --global|--project [--json]
15
- babysitter blueprint:list-plugins --marketplace-name <name> --global|--project [--json]
16
- babysitter blueprint:install --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
17
- babysitter blueprint:update --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
18
- babysitter blueprint:configure --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
19
- babysitter blueprint:uninstall --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
13
+ babysitter blueprints:list-installed --global|--project [--json]
14
+ babysitter blueprints:add-marketplace --marketplace-url <url> [--marketplace-path <relative-path>] --global|--project [--json]
15
+ babysitter blueprints:list-blueprints --marketplace-name <name> --global|--project [--json]
16
+ babysitter blueprints:install --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
17
+ babysitter blueprints:update --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
18
+ babysitter blueprints:configure --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
19
+ babysitter blueprints:uninstall --plugin-name <name> [--marketplace-name <mp>] --global|--project [--json]
20
20
  ```
21
21
 
22
22
  The `--plugin-name` flag remains for CLI compatibility with existing marketplace manifests. Describe the installable as a blueprint in user-facing text.
package/versions.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "sdkVersion": "5.1.1-staging.9e20d93bd7b5",
3
- "extensionVersion": "5.1.1-staging.9e20d93bd7b5"
2
+ "sdkVersion": "5.1.1-staging.d90c70976373",
3
+ "extensionVersion": "5.1.1-staging.d90c70976373"
4
4
  }