@a5c-ai/babysitter-opencode 0.1.3-staging.d17e4589 → 0.1.3-staging.e9c526a0
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 +3 -3
- package/package.json +2 -2
- package/versions.json +1 -1
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
|
|
60
|
+
### Method 2: Babysitter harness install
|
|
61
61
|
|
|
62
62
|
```bash
|
|
63
|
-
babysitter
|
|
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.
|
|
3
|
+
"version": "0.1.3-staging.e9c526a0",
|
|
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.
|
|
44
|
+
"@a5c-ai/babysitter-sdk": "0.0.187-staging.e9c526a0"
|
|
45
45
|
}
|
|
46
46
|
}
|
package/versions.json
CHANGED