@a5c-ai/babysitter-opencode 0.1.3-staging.eb2fe8ce → 0.1.3-staging.facaf3ad

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 CHANGED
@@ -39,7 +39,7 @@ plugins/babysitter-opencode/
39
39
  Install the Babysitter SDK CLI:
40
40
 
41
41
  ```bash
42
- npm install -g @a5c-ai/babysitter
42
+ npm install -g @a5c-ai/babysitter-sdk
43
43
  ```
44
44
 
45
45
  ### Method 1: npm global install (recommended)
@@ -57,10 +57,10 @@ To install into a specific workspace:
57
57
  babysitter-opencode install --workspace /path/to/project
58
58
  ```
59
59
 
60
- ### Method 2: Babysitter plugin manager
60
+ ### Method 2: Babysitter harness install
61
61
 
62
62
  ```bash
63
- babysitter plugin:install babysitter-opencode
63
+ babysitter harness:install-plugin opencode
64
64
  ```
65
65
 
66
66
  ### Method 3: Manual copy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter-opencode",
3
- "version": "0.1.3-staging.eb2fe8ce",
3
+ "version": "0.1.3-staging.facaf3ad",
4
4
  "description": "Babysitter orchestration plugin for OpenCode with SDK-managed process-library bootstrapping and in-turn iteration model",
5
5
  "scripts": {
6
6
  "test": "node test/integration.test.js",
@@ -41,6 +41,6 @@
41
41
  },
42
42
  "homepage": "https://github.com/a5c-ai/babysitter/tree/main/plugins/babysitter-opencode#readme",
43
43
  "dependencies": {
44
- "@a5c-ai/babysitter-sdk": "0.0.187-staging.eb2fe8ce"
44
+ "@a5c-ai/babysitter-sdk": "0.0.187-staging.facaf3ad"
45
45
  }
46
46
  }
package/versions.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "sdkVersion": "0.0.187-staging.eb2fe8ce",
2
+ "sdkVersion": "0.0.187-staging.facaf3ad",
3
3
  "pluginVersion": "0.1.0"
4
4
  }