Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ Team Marketplaces require a Cursor Teams or Enterprise plan.
If you previously imported `main`, re-import the marketplace and select the
generated branch.

#### Without team marketplace

```sh
git clone --branch agent-bundle-artifact --depth 1 \
https://github.com/ScriptedAlchemy/plugin-library.git
cd plugin-library && node ./install.mjs
```

Reload Cursor (`Developer: Reload Window`). From that clone directory, verify
with `npx --no-install agent-bundle doctor --from . --host cursor`.
Comment on lines +72 to +73

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Provide the CLI before running the clean-clone check

In the documented clean-clone flow, the generated artifact branch does not install agent-bundle: the publish workflow commits only the contents of artifact/, while the package containing this executable is merely a dev dependency in the main checkout. Consequently, npx --no-install agent-bundle ... fails for an ordinary user who has followed only lines 67–69 because no local executable exists and --no-install prevents obtaining one. Either document how to install/invoke the pinned CLI or replace this verification with one shipped in the artifact.

Useful? React with 👍 / 👎.


For a local proof from a checkout:

```bash
Expand Down