Skip to content

brigade 1.8.3 — install format fix

Latest

Choose a tag to compare

@ushibo ushibo released this 13 Apr 18:08

Breaking change for existing users

The marketplace was renamed from `brigade` to `gigaexp` for a cleaner install format.

Before:
```bash
claude plugin install brigade@brigade --scope project
```

After:
```bash
claude plugin install brigade@gigaexp --scope project
```

Reads as "install the brigade plugin from the gigaexp marketplace", matching convention used by other Claude Code plugins (`superpowers@superpowers-dev`, `firebase@claude-plugins-official`, etc.).

Migration for existing installs

If you already had brigade installed with the old marketplace name:

```bash

Remove old marketplace

claude plugin marketplace remove brigade

Add new marketplace

claude plugin marketplace add gigaexp/brigade

Reinstall plugin

claude plugin install brigade@gigaexp --scope project
```

What's new

No functional changes. Only documentation (README, CONTRIBUTING, docs/troubleshooting, examples/url-shortener/README) and `.claude-plugin/marketplace.json` renamed from `"name": "brigade"` to `"name": "gigaexp"`.

Also fixed a stale version in marketplace.json (was still 1.3.2 from the early gigaexp move, now 1.8.3).