Skip to content

Commit 1924c68

Browse files
authored
docs(readme): surface mandatory marketplace refresh for existing installs (#982)
1 parent edd00f1 commit 1924c68

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ The `compound-engineering` plugin currently ships 27 skills and 0 standalone age
117117
/plugin install compound-engineering
118118
```
119119

120+
> **Already have Compound Engineering installed?** Compound Engineering moved to a root-native layout. You must refresh the marketplace *before* updating — see [Existing Installs](#existing-installs). Running `/plugin update` alone keeps you on the old version.
121+
120122
### Cursor
121123

122124
In Cursor Agent chat, install from the plugin marketplace:
@@ -265,14 +267,14 @@ agy plugin install ./compound-engineering-plugin/.agy
265267

266268
### Existing Installs
267269

268-
Marketplace-managed installs should move to the root plugin layout when the marketplace/plugin version updates. On Claude Code, refresh the cached marketplace definition before updating the plugin:
270+
Compound Engineering moved to a root-native, skills-only layout. An existing marketplace install keeps a **cached** marketplace entry that still points at the old `plugins/compound-engineering` path, so running `/plugin update` on its own reads that stale entry and leaves you on the previous version. On Claude Code, refresh the cached marketplace definition **first**, then update the plugin — order matters:
269271

270272
```text
271273
/plugin marketplace update compound-engineering-plugin
272274
/plugin update compound-engineering
273275
```
274276

275-
A plugin update by itself can still read the stale cached marketplace entry that points at the old `plugins/compound-engineering` path. If you configured a host with a direct path or sparse path under `plugins/compound-engineering`, edit or reinstall that source so it points at the repository root with no sparse path.
277+
If you configured a host with a direct path or sparse path under `plugins/compound-engineering`, edit or reinstall that source so it points at the repository root with no sparse path.
276278

277279
If a previous Bun-installed copy is still shadowing native plugin skills, run the current cleanup command from a checkout of this repository:
278280

0 commit comments

Comments
 (0)