Skip to content

Commit 26e667a

Browse files
authored
docs(readme): add Codex upgrade steps to Existing Installs (#983)
1 parent 860301a commit 26e667a

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,28 @@ agy plugin install ./compound-engineering-plugin/.agy
267267

268268
### Existing Installs
269269

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:
270+
Compound Engineering moved to a root-native, skills-only layout. An existing marketplace install keeps a **cached** marketplace snapshot that still points at the old `plugins/compound-engineering` path, so updating the plugin on its own reads that stale snapshot and leaves you on the previous version. Refresh the cached marketplace **first**, then update the plugin — order matters.
271+
272+
**Claude Code**
271273

272274
```text
273275
/plugin marketplace update compound-engineering-plugin
274276
/plugin update compound-engineering
275277
```
276278

279+
**Codex CLI**
280+
281+
```bash
282+
codex plugin marketplace upgrade compound-engineering-plugin
283+
codex plugin add compound-engineering@compound-engineering-plugin
284+
```
285+
286+
There is no `codex plugin update`; re-running `add` reinstalls from the refreshed snapshot. For a non-default profile, run both commands against the same `CODEX_HOME`.
287+
288+
**Codex App**
289+
290+
Refresh the marketplace from the **Plugins** panel (remove and re-add the `EveryInc/compound-engineering-plugin` marketplace if there is no refresh control), then reinstall **compound-engineering** and restart Codex.
291+
277292
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.
278293

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

0 commit comments

Comments
 (0)