@a5c-ai/babysitter-cursor 0.1.4-staging.d17e4589 → 0.1.4-staging.e60dccca
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 +5 -17
- package/package.json +2 -2
- package/versions.json +1 -1
package/README.md
CHANGED
|
@@ -34,20 +34,10 @@ Install through Cursor's marketplace UI using the repo-root
|
|
|
34
34
|
2. Open the marketplace entry named **a5c-ai**
|
|
35
35
|
3. Install the plugin named **babysitter**
|
|
36
36
|
|
|
37
|
-
### Via Babysitter
|
|
38
|
-
|
|
39
|
-
This path installs the Babysitter plugin package named
|
|
40
|
-
`babysitter-cursor` from the SDK marketplace, not the Cursor UI plugin
|
|
41
|
-
entry:
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
babysitter plugin:install babysitter-cursor --marketplace-name a5c-ai --global
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
### Workspace installation
|
|
37
|
+
### Via Babysitter harness install
|
|
48
38
|
|
|
49
39
|
```bash
|
|
50
|
-
babysitter
|
|
40
|
+
babysitter harness:install-plugin cursor
|
|
51
41
|
```
|
|
52
42
|
|
|
53
43
|
If the workspace does not already have an active process-library binding, the
|
|
@@ -91,10 +81,10 @@ ln -s "$(pwd)/plugins/babysitter-cursor" ~/.cursor/plugins/local/babysitter-curs
|
|
|
91
81
|
babysitter-cursor uninstall
|
|
92
82
|
```
|
|
93
83
|
|
|
94
|
-
Or via
|
|
84
|
+
Or via npm:
|
|
95
85
|
|
|
96
86
|
```bash
|
|
97
|
-
|
|
87
|
+
npm uninstall -g @a5c-ai/babysitter-cursor
|
|
98
88
|
```
|
|
99
89
|
|
|
100
90
|
## Plugin Structure (Directory Layout)
|
|
@@ -362,9 +352,7 @@ The repo-root Cursor marketplace manifest lives at `/.cursor-plugin/marketplace.
|
|
|
362
352
|
### User Commands
|
|
363
353
|
|
|
364
354
|
```bash
|
|
365
|
-
babysitter
|
|
366
|
-
babysitter plugin:list-plugins --marketplace-name a5c-ai --global
|
|
367
|
-
babysitter plugin:install babysitter-cursor --marketplace-name a5c-ai --global
|
|
355
|
+
babysitter harness:install-plugin cursor
|
|
368
356
|
```
|
|
369
357
|
|
|
370
358
|
## Troubleshooting
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/babysitter-cursor",
|
|
3
|
-
"version": "0.1.4-staging.
|
|
3
|
+
"version": "0.1.4-staging.e60dccca",
|
|
4
4
|
"description": "Babysitter orchestration plugin for Cursor IDE with SDK-managed process-library bootstrapping and in-turn iteration model",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node scripts/sync-command-surfaces.js --check",
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/a5c-ai/babysitter/tree/main/plugins/babysitter-cursor#readme",
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@a5c-ai/babysitter-sdk": "0.0.187-staging.
|
|
47
|
+
"@a5c-ai/babysitter-sdk": "0.0.187-staging.e60dccca"
|
|
48
48
|
}
|
|
49
49
|
}
|
package/versions.json
CHANGED