@a5c-ai/babysitter-cursor 0.1.4-staging.eb2fe8ce → 0.1.4-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
@@ -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 plugin manager
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 plugin:install babysitter-cursor --marketplace-name a5c-ai --project
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 the plugin manager:
84
+ Or via npm:
95
85
 
96
86
  ```bash
97
- babysitter plugin:uninstall babysitter-cursor --global
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 plugin:add-marketplace --marketplace-url https://github.com/a5c-ai/babysitter --marketplace-path plugins/a5c/marketplace/marketplace.json --global
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.eb2fe8ce",
3
+ "version": "0.1.4-staging.facaf3ad",
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.eb2fe8ce"
47
+ "@a5c-ai/babysitter-sdk": "0.0.187-staging.facaf3ad"
48
48
  }
49
49
  }
package/versions.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "sdkVersion": "0.0.187-staging.eb2fe8ce"
2
+ "sdkVersion": "0.0.187-staging.facaf3ad"
3
3
  }