---
name: multi-agent-update
language: en
description: "Update the pipeline to the latest version: git pull, install, migrate. Use when the installed pipeline is behind and should be brought to the latest version."
user-invocable: true
argument-hint: ""
---

# multi-agent-update  -  Pipeline Update

Update the pipeline with a single command. Preferences are preserved; only skill/script/schema files are refreshed.

## Steps

1. Find the pipeline repo (`~/multi-agent-pipeline` or `~/dev/multi-agent-pipeline`)
2. Record the current version
3. `git pull origin main`
4. `node install.js --all` (Claude + Copilot)
4b. Refresh the stack-plugin marketplace so the latest plugin versions are picked up:
   `claude marketplace update multi-agent-plugins` (or `claude marketplace add {owner}/multi-agent-plugins` if not yet added)
5. `node migrate-prefs.mjs` (if there is a schema upgrade)
6. Show the new version + changelog
7. Smoke test (schema + cross-cli)

## Usage

```
/multi-agent-update
```

Output:
```
v14.2.2 → v15.0.0 updated
  5 commits, 25 files changed
  schema-validation: 27/27 pass
```
